一点情景。我在通过TestFlight在测试仪设备中安装应用程序时遇到问题,因此我开始检查问题是否在.ipa文件中。
因此,我尝试从Xcode在我的iDevice中安装.ipa存档(我有Xcode 6.1.1,我在Windows中执行此操作>设备>从左侧选项卡中选择设备>单击已安装的下方的+按钮APP)。但它给了我这个警告错误:
App installation failed
Could not inspect the application package.
我尝试再次安装应用,检查日志,我看到了这些消息
<Warning>: LaunchServices: Please include the kCFBundleIdentifierKey in the options dictionary when installing an app.
...
<Error>: 0x100484000 peruse_package: App info dict loaded from "/var/tmp/install_staging.rw1xlZ/NAME_APP.ipa.app" did not have bundle identifier
我打开了NAME_APP.ipa存档,在NAME_APP.app包中我验证了一个info.plist文件,并且它包含Bundle Identifier。
但我没有&#34;资源&#34;在我的项目中的文件夹,我的产品名称中没有非拉丁字符,我也尝试对我使用的所有3d方库进行代码签名,并使用与项目相同的证书,但没有成功。
其他任何想法如何解决这个问题?