Reputation: 877
After using Xcode 7.2 beta, I turned back to my project in Xcode 7.1, and the app crashes on startup, I get this:
If i comment this line, I get a random error somewhere else. The app was working perfectly, I am sorry there isn't much to explain, but I really dont know whats causing this error. I tried deleting Derived data and still the problem persists.
Upvotes: 1
Views: 154
Reputation: 680
It seems like you have a breakpoint causing you some troubles. Type "br del" in the console (lldb), type "Y" and enter to delete all breakpoints.
Upvotes: 1