error: failed to attach to process ID 0

后端 未结 22 2045
遥遥无期
遥遥无期 2020-12-02 16:50

I have been reading the forums and so far none of the solutions suggested works for me. I\'m running Xcode 4.4.1 and testing in iPhone 5.1 simulator. The simulator won\'t op

22条回答
  •  再見小時候
    2020-12-02 17:01

    Sometimes this problem arises from having two targets in a project, both using the same bundle identifier but building products with distinct names.

    Deleting the application on the device/simulator solves the problem, as it has been said earlier.

提交回复
热议问题