MasterWizard
MasterWizard

Reputation: 877

After Xcode 7.2 beta, project not working on 7.1

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: Error

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

Answers (1)

PabloLerma
PabloLerma

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

Related Questions