iPhone app could not be installed at this time

后端 未结 20 1942
花落未央
花落未央 2021-01-30 05:23

i was trying to install my iphone application from testflight. it installs perfectly on few devices but in some after installing about 80 percent it gives an error \"Unable to d

20条回答
  •  独厮守ぢ
    2021-01-30 05:28

    Check if the deployment target in the General section of the project settings, is greater than that of your device's iOS version.

    If yes then you need to update the version of your device to at least the deployment target version. in order for you to be able to install the application on your device.

提交回复
热议问题