当我更新我的第一个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相同.
architecture objective-c entitlements armv7 code-signing-entitlements