I got this error when building my apps. can anyone help me solve this problem?
I\'m using swift and parse.com. thank you so much for your help!
since I can\'
You can find answer there (you need to add frameworks to your project)
Link Errors with Parse.framework iOS
I've had this problem before. Just import libsqlite.dylib
and libz.dylib
from frameworks and your errors will disappear.
I just had this happen too and @Gibran's answer put me on the right track. The one difference that I found using Xcode 7 and iOS 9 is that the libsqlite3.dylib
has been replaced by libsqlite3.tbd
after trial and error, the answer is check all the framework again. it seems parse.com just made an update in this several months.
currently it need libsqlite3.dylib as on of it library.
if you find similar problem, firstly check the most updated requirement here: https://www.parse.com/apps/quickstart#parse_data/mobile/ios/native/existing