XCode: Undefined symbols for architecture arm64 error

后端 未结 6 1920
臣服心动
臣服心动 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:48

    This worked for me:

    ios sdk 9.3

    into your build setting of app.xcodeproj valid architecture: armv7 armv7s Build Active architecture : No

    Clean and build , worked for me.

提交回复
热议问题