Seems there is an issue right now. I am trying to debug sources in Xcode 6, but when I get a line where I put breakpoint Xcode 6 unexpectedly crashes.
Asked
Active
Viewed 292 times
1
-
3Have you tried cleaning out DerivedData? Left over intermediate build products from Xcode 6 might cause Xcode 7 to choke. – algal Sep 01 '15 at 22:28
-
@algal, I will try this, thanks – Matrosov Oleksandr Sep 01 '15 at 22:30
-
@algal, your suggestion works, thank you! – Matrosov Oleksandr Sep 02 '15 at 21:34