XCode: Undefined symbols for architecture arm64 error

后端 未结 6 1911
臣服心动
臣服心动 2020-12-18 10:01

In my XCode 5 project I use RestKit for REST communication. Everything works fine with the simulators, but generating the ipa file, I get the following error:



        
6条回答
  •  抹茶落季
    2020-12-18 10:39

    In my case i forgot to add sqlite library in my project. After adding library from Linked framework and library the build was successful.

提交回复
热议问题