Thi*_*sch 17 architecture objective-c entitlements armv7 code-signing-entitlements
当我更新我的第一个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)
Run Code Online (Sandbox Code Playgroud)
Info.plist和构建设置都是默认设置,我唯一改变的是代码签名Identity调试和发布到我的分发配置文件,应用程序ID和Bundle ID相同.
Tra*_*eck 76
当我连接iphone 5并构建我的存档时,这发生在我身上.当我断开我的iPhone并建立我的档案时,它很顺利.
Ada*_*ite 23
确保"Build Active Architectures"在项目和目标设置中都设置为No以及此处的答案"警告:iPhone应用程序应包含armv6体系结构",即使使用build config set也是如此
它说缺少所需的架构试试这个
如果已经有了armv7,那么一定有问题。
希望能帮助到你!