Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error not sure issue #210

Open
mitchclevertronics opened this issue Jun 7, 2022 · 2 comments
Open

Error not sure issue #210

mitchclevertronics opened this issue Jun 7, 2022 · 2 comments

Comments

@mitchclevertronics
Copy link

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

@3lvis
Copy link
Collaborator

3lvis commented Jun 10, 2022

Hi @mitchclevertronics,

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.

@Splash04
Copy link

Splash04 commented Aug 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants