0

I'm sure Xcode used to explain what the problem was when something went wrong at runtime, now I'm just getting the generic console message:

terminating with uncaught exception of type nsexception

The code execution has broken on AppDelegate with Thread 1: signal SIGABRT

SIGABRT

I've been developing a UITableView with a few different prototype cells.

I don't know how to get Xcode to be more specific about the problem, do you?

Thanks

1 Answer 1

1

Activate exception breakpoints

Also, try to check ReuseIdentifiers, Outlet's, and if you registered your Xib's if you are using Custom Cells

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks! It was a broken IBOutlet connection.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.