V
V
Vanya Ivanov2014-03-25 22:53:10
Objective-C
Vanya Ivanov, 2014-03-25 22:53:10

How to fix compilation error in Objective-C?

When compiling, it gives this error:
"
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
"
How to deal with this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Morozov, 2014-03-26
@morozovdenis

1. open xcode
2. on the panel at the top of the screen, click debug
3. select breakpoints
4. click create exception breakpoint
in this way you will see on which line the exception falls

M
mozilla9, 2014-03-26
@mozilla9

It crashes here not during compilation (this is important), but at the start of the application.
There might be something wrong with the storyboard. Review carefully.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question