【发布时间】:2012-09-11 08:20:22
【问题描述】:
当我更新我的第一个 iOS 应用时,我在验证它们时遇到了 2 个问题,
*iPhone/iPod Touch:application executable is missing a required architecture.
At least one of the following architecture(s) must be present: armv7
*Unable to extract entitlements from application: (null)
Info.plist 和构建设置都是默认设置,我唯一更改的是代码签名身份调试和发布到我的分发配置文件,应用 ID 和捆绑包 ID 相同。
【问题讨论】:
标签: objective-c architecture armv7 entitlements code-signing-entitlements