You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like you didn't set the outlet of the view in the Storyboard, look in StackOverflow for help. I believe this is not connected to the library itself.
I have the same issue. By some reason lib trying to init my own class with name 'MessageView'.
Solution: rename your own class name from MessageView into TextMessageView.
2022-06-07 12:11:51.415810+1000 CleverSparky[467:23701] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "MessageView" nib but the view outlet was not set.'
*** First throw call stack:
(0x196475288 0x1af16f744 0x1964cc390 0x198a1fbdc 0x198a04634 0x1989d79e4 0x10216c39c 0x10216c764 0x198a01e34 0x198a04984 0x1989d79e4 0x198ba8470 0x198c63a44 0x198d26110 0x198c8e51c 0x1989c87e0 0x198b1338c 0x198ab0b60 0x198c24a84 0x198b381b8 0x100fe3390 0x100fe33f8 0x198d1a9bc 0x198e45374 0x198bc2368 0x198c5f078 0x198ef052c 0x1028caa8c 0x1989c75ec 0x1989f8870 0x198ba6288 0x101068f1c 0x10106941c 0x1989cc150 0x1989c0ea8 0x1989c6428 0x196497414 0x1964a81a0 0x1963e1694 0x1963e705c 0x1963fabc8 0x1b252e374 0x198d6a648 0x198aebd90 0x1010c62d8 0x101e0dce4)
libc++abi: terminating with uncaught exception of type NSException
dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "MessageView" nib but the view outlet was not set.'
terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: