After update to Xcode 5 - ld: symbol(s) not found for architecture armv7 or armv7s linker error

后端 未结 7 1389
无人及你
无人及你 2020-12-04 06:27

I just updated my iPhone 4S software to iOS 7 Beta 2 while I was in the middle of putting the final touches on a new app (Phonegap).. not a good idea!

After it was d

7条回答
  •  生来不讨喜
    2020-12-04 06:53

    I am using Xcode 5 so iOS SDK 7. The solution which worked for me was simply to remove the arm64 architecture.

    Select the project target (NOT CordovaLib.xcodeproj) and in the build settings>Valid Architectures, remove arm64 if it's there in the list. Here is mine after I remove arm64 architecture.

    enter image description here

提交回复
热议问题