Unable to download application, could not be installed at this time

前端 未结 16 2978
时光取名叫无心
时光取名叫无心 2020-12-08 20:26

I am getting this error when trying to install an app to a device. I\'ve been dealing with code signing errors for the last 3 days, and now this.

My app is using a d

16条回答
  •  粉色の甜心
    2020-12-08 21:02

    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

    Reference

提交回复
热议问题