尝试将应用安装到设备时,我收到此错误。我一直在处理过去3天的代码签名错误,现在这个。
我的应用程序正在使用分发证书和移动设备配置文件。它被上传到构建服务器,它作为成功的构建传递,没有代码签名错误。服务器生成一个应用程序下载链接,我正在使用我的设备下载应用程序,在那里我收到错误:
无法下载应用程式,< app-name>目前无法安装
>我的应用程序正在使用有效的分发证书
>我的应用程序正在使用有效的分发配置配置文件
>构建服务器传递了没有代码签名错误的应用程序
根据我的理解,应用程序应该可以在任何设备上运行,因为它正在使用分发证书和配置文件。我使用这种方法工作的其他应用程序正常工作。有没有人知道为什么我的应用程序无法安装?
解决方法
Most common causes of this issue:
- Device storage is full
- The provisioning profile is a developer provisioning profile
- The ad hoc distribution provisioning profile is corrupted and the device is having an issue with it.
- The device was restored from a backup and is causing a conflict for over-the-air
distribution- There was a network timeout
- Architecture settings of the build and the device are incompatible ( can sometimes happen when “Build Active Architecture Only” is on when building).
- Not Using Mobile Safari.
To find out the exact cause of this issue:
- Connect the device with iMac.
- Open Organizer then choose devices.
- Choose your Connected device from sidebar.
- Choose Console inside the chosen device.
- Now install the app it will show the exact cause of problem
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。