问题:
I just updated to xcode to 4.5 along with iOS 6 simulator.
Now when I try to run on my device it give me this error. My device is still iOS 5.1
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/Symantec/Documents/workspace/FrankifyingForMexico /external/HockeySDK-iOS/HockeySDK.framework/HockeySDK for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决办法:
方法一:I just changed my build settings so the Valid Architectures don't include armv7s. This is more of an ad-hoc solution but it works for me.
方法二:You can update your project to phonegap 2.1
方法三:You can grab the phonegap 1.9 code and compile for armv7s yourself.
本文解决了一位开发者在将Xcode更新到4.5版本并使用iOS6模拟器后遇到的问题。当尝试在仍运行iOS5.1的设备上运行应用程序时出现了错误。文章提供了三种解决方案,包括调整构建设置、更新项目到PhoneGap2.1以及自行编译PhoneGap1.9支持armv7s。
7457

被折叠的 条评论
为什么被折叠?



