Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: iOS 6 Xcode 4.5 不支持架构 armv7s
我打算将我的应用程序上传到应用商店,但是当我发送它时,我收到以下消息:
图片:http: //i.stack.imgur.com/dQMwh.png
有人知道这是什么吗?对不起,我的英语不好。
听起来您可能正在使用旧版本的库。我建议检查您正在使用的库,并获取最新版本。ARMv7s 指令集用于新的 iPhone 5 处理器 (A6),我相信是第 5 代 iPod Touch。检查项目中的架构设置以确保其设置正确。
尝试继续项目属性。
选择你的目标 点击 Build Settings On Architectures,双击 Valid Architectures。然后去掉armv7s,只留下armv7。