After upgraded to version 10.1(10B61)(maybe earlier but I did not notice, but not earlier than version 10.1) , Xcode crashes somewhat strangely. The rough description is, as the project grows in complexity, the probability of failure ascents. The failure occurs only when debugging for the second time(after the first time and termination). Is anyone with the same problem?
Xcode crashes second time of running
How much memory available (RAM) ?
The failure occurs only when debugging for the second time
Do you mean setting breakpoints ?
About 10gb memory available.
It was not about breakpoints. When I run the program for the first time, everything functions normally, but at the second time of running ( that is, after I terminate the program, either force terminate or normal exit ), Xcode doesn't report anything and just quits.
Is it an IOS app that you run in simulator ?
have you tested for memory leaks (zombies or the like) ?
Did you find a fix?