Cannot start application in simulator :: XCODE 5

Maybe because his DP and they fix it, but for a while someone has an idea how to solve this problem?

For me, just rebooting is the solution to the problem. I could do it, but it became very frequent. enter image description here

It works great when working in a device. Any help appreciated. Thanks.

+2
source share
2 answers

As Michael D. suggested, I received an instant response from the Dev forum.

Here's the answer:

Remove the application from the simulator or reset the simulator.

Later I got a similar problem on the iPhone. Removing the application from the iPhone will also solve this problem.

It works.

+10
source

this is xcode5 preview 1 error, if you changed xib using xcode5, this will cause the application to not be able to install in the simulator. You can undo the xib changes and run again.

0
source

Source: https://habr.com/ru/post/954830/


All Articles