App installation failed: Could not write to the device

前端 未结 30 1623
误落风尘
误落风尘 2021-02-04 23:07

In Xcode 6.3, I got this error when trying to run an iOS project written in Swift on a real device.

App installation failed

c

30条回答
  •  旧巷少年郎
    2021-02-04 23:44

    OK, few things you should consider that could guide us to the problem, please check and post the answers:

    1. is your project using capabilities? are they set correctly (should be all green)
    2. did you try with a different project (something really simple)?
    3. are you able to install apps from the App Store?
    4. did you check the amount of free space left in the device?

    if not, another suggestion will be using exception breakpoint, there is someone that posted an explanation how to setup it, do it and post the logs

    App installation failed

    I hope it helps you

提交回复
热议问题