Apple Mach-O Linker Error sqlite3

前端 未结 4 517
广开言路
广开言路 2021-01-01 19:00

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\'

相关标签:
4条回答
  • 2021-01-01 19:17

    You can find answer there (you need to add frameworks to your project)

    Link Errors with Parse.framework iOS

    0 讨论(0)
  • 2021-01-01 19:32

    I've had this problem before. Just import libsqlite.dylib and libz.dylib from frameworks and your errors will disappear.

    0 讨论(0)
  • 2021-01-01 19:37

    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

    0 讨论(0)
  • 2021-01-01 19:39

    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

    0 讨论(0)
提交回复
热议问题