XCode: Undefined symbols for architecture arm64 error

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

    It just means you are building your project also for 64bit (iPhone 5s) and nothing to worry about, see this link for some more explanations: Xcode 5 and iOS 7: Architecture and Valid architectures

提交回复
热议问题