-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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: libc++abi.dylib: terminating with uncaught exception of type NSException (lldb) #9921
Comments
same here.
anyone know what happend and how to make it clean? |
try to completely remove watchman and reinstall it rm -rf /usr/local/var/run/watchman/ && brew uninstall watchman && brew install watchman as stated here: #9943 (comment) |
@sun2rise not work for me, the annoying infinite |
@sun2rise @kiliwalk not work for me too. i downgrade Xcode 😢 |
I think it's xcode 8 related problem because it happens in my project which has nothing to do with the React-native. But don't know how to solve it. |
- DummyView is used to create virtual tree - Add CustomMarkers example - Prevent annoying errors from showing up with OS_ACTIVITY_MODE disable, see here facebook/react-native#9921 (comment)
- DummyView is used to create virtual tree - Add CustomMarkers example - Prevent annoying errors from showing up with OS_ACTIVITY_MODE disable, see here facebook/react-native#9921 (comment)
- DummyView is used to create virtual tree - Add CustomMarkers example - Prevent annoying errors from showing up with OS_ACTIVITY_MODE disable, see here facebook/react-native#9921 (comment)
…aps#649) - DummyView is used to create virtual tree - Add CustomMarkers example - Prevent annoying errors from showing up with OS_ACTIVITY_MODE disable, see here facebook/react-native#9921 (comment)
This is supposedly fixed in XCode 8.1. http://stackoverflow.com/a/39887284/1404185 |
…aps#649) - DummyView is used to create virtual tree - Add CustomMarkers example - Prevent annoying errors from showing up with OS_ACTIVITY_MODE disable, see here facebook/react-native#9921 (comment)
Issue Description
I Use Websocket, it was working with Xcode < 8
Now with Xcode 8, while trying to test my app on simulator i have this error stack in xcode:
The text was updated successfully, but these errors were encountered: