Skip to content

Commit e01cb82

Browse files
ferranvilastephencelis
authored andcommitted
Solve [!] Invalid SQLite.swift.podspec file: cannot infer basepath
The **require_relative** is not working, changed to **require** and setting the $LOAD_PATH previously
1 parent e240552 commit e01cb82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQLite.swift.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
require_relative 'Supporting Files/podspec.rb'
1+
$LOAD_PATH << '.'
2+
require 'Supporting Files/podspec.rb'
23

34
Pod::Spec.new do |spec|
45
spec.name = 'SQLite.swift'

0 commit comments

Comments
 (0)