Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tutiplain

macrumors member
Original poster
Feb 4, 2011
95
0
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 looked at the github page. SQLite.framework is the output of his project. You get it from either the pod Installation or the manual process he shows for Installation. I suggest you follow the instructions for the Manual Installation. You should then understand better what's what and where everything is.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.