Good afternoon, that's such a problem - I installed Xcode 5.1 problems appeared. I launch the application, it is shown as for IPhone Retina (4 inch 64-bit), while running I try to change it for another: Hardware-> Device-> IPhone Retina (3.5 inch) or any other, the application crashes, goes to main.m and green highlights the date: return UIApplicationMain (argc, argv, nil, NSStringFromClass ([AppDelegate class])); Thread 1: signal SIGTERM and more and more no messages, no log, nothing.

Tell me where to dig? thank

  • And in general, it would be a killer feature of xCode to watch the application window in different simulators without restarting the application. But for Apple, this is fantastic) - BiMaWa

2 answers 2

In Xcode 5.1, many bugs, for example, on old projects, storyboards are stretched, the Segue transitions do not work properly after compilation, it does not see some libraries. I put it myself, rolled back to version 5.0.2. Oh yeah, I also had a problem with the version control system, since Xсodе could not roll back.

I advise you to download the old version.

  • Yes, yes and Segway as it turned out did not work. I will roll back. - asv72
  • He treated the problem in the same way, on the Internet there are already a lot of comments on problems in Xcode 5.1. - Zarochintsev
  • Strange: I have not met a single such problem, on the contrary, everything began to work better. Is that a few new catching catching. - iFreeman

Just by changing the scheme, xCode closes the debugger session, which crashes with an exit error. This is normal. Simply either terminate the application and then change the scheme, or simply start the debugger.

  • Duck is the problem when I change the scheme - the application crashes, in the simulator, the scheme I chose during the departure becomes (for example 3.5). Then I launch debugger again, it starts up again in IPhone Retina (4 inch 64-bit) :( - asv72
  • and restarting ikskoda does not help? - BiMaWa
  • No, I tried a lot, nothing helped - asv72