Hi all,
I am trying to use this project in my app: https://github.com/stephencelis/SQLite.swift
I have set up my Podfile as the project author explains, but when I compile, I get an "ld: framework not found SQLite" error message. I added libsqlite3.0.dylib to the project, but I am still getting the same error. I noticed, however, that the author is adding a file called SQLite.Framework, instead of the .dylib that we usually use. Now, I haven't used XCode since 2012, so it the .dylib file not required anymore, and why can't I find the SQlite.Framework file on my machine. I am using OS X Yosemite and XCode 6.4 Any help on this would be greatly appreciated.
I am trying to use this project in my app: https://github.com/stephencelis/SQLite.swift
I have set up my Podfile as the project author explains, but when I compile, I get an "ld: framework not found SQLite" error message. I added libsqlite3.0.dylib to the project, but I am still getting the same error. I noticed, however, that the author is adding a file called SQLite.Framework, instead of the .dylib that we usually use. Now, I haven't used XCode since 2012, so it the .dylib file not required anymore, and why can't I find the SQlite.Framework file on my machine. I am using OS X Yosemite and XCode 6.4 Any help on this would be greatly appreciated.