临时分发
这是我将 App 文件和 Mobile Provision File 拖入 iTunes 并同步时生成的错误。 应用程序“”未安装在您的 iPhone 上“”,因为它未签名”。
This is the error generated when i drag App file and Mobile Provision File into the iTunes and sync it.
The application '" was not installed on your iPhone "" because it is not signed".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅目标检查器代码签名部分。您需要使用适当的配置文件“签名”您的应用程序,该文件是为临时分发而生成的。
See the target inspector code signing section. You need to "sign" your app with an appropriate provisioning file, one that was generated for Ad Hoc distribution.
每次部署时,您都需要从 iTunes 和设备中删除现有版本。
You need to delete the existing version from iTunes and the device each time you deploy.