“Failed to upload *.app on Device ” Error in iPhone

前端 未结 5 1526
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 05:25

I am getting an error while uploading my app on device. It does installs it but not able to upload it.

Also I want to run the instrument tool on device but when I run it

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 05:49

    I had this problem after changing around provisioning profiles and app ID's.

    What fixed it for me:

    1. Quit XCode
    2. In Terminal.app, navigate to your project directory and execute rm -rf build/
    3. Restart XCode

提交回复
热议问题