Application termination with libC ++ abi.dylib: termination with an uncaught exception of type NSException in Xcode 8

I am working to ensure that the application is compatible with the beta version of iOS 10. But, unfortunately, the application crashes as soon as it starts. I checked all IBoutlets and the connection in Main.storyboard, which are great. It also works great in iOS 9.3.2, i.e. in Xcode 7.3.

Please, help. Thanks in advance.

+8
ios objective-c iphone
source share

No one has answered this question yet.

See related questions:

560
Xcode 6 Error: Unknown class in Interface Builder file
545
Broken infrastructure iOS app on device, dyld: library not loaded, Xcode 6 Beta
455
The resource cannot be loaded because the application security policy for transport requires the use of a secure connection
273
UIActivityViewController Error on iOS 8 iPads
198
Xcode 4 freezes when "Attach to (application name)"
166
Unable to create iOS application archive in xcode
155
libc ++ abi.dylib: termination with an uncaught exception of type NSException (lldb)
one
faceBook login: terminating with an uncaught exception of type NSException in ios swift
one
React Native libC ++ abi.dylib: terminating with an uncaught exception of type NSException

All Articles