-
Notifications
You must be signed in to change notification settings - Fork 57
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
App terminating with uncaught exception of type NSException #23
Comments
Not really sure about this. I'm using 0.63.4 of |
@KjellConnelly yes it is setup correctly. The data comes in no problem, just keeps getting this exception at runtime or after a minute or two of the app running. Is there a demo app somewhere I could compare mine to maybe? |
Nope sorry I don't have one. I wrote the library as I was writing my current app which I've probably put 3000 hours into, so app saving in my app is tied to saving to device, server, etc. Very complicated. You can try to run this with xcode and modify the node_modules folder directly to see where you're getting the error exactly. Not sure if you've done that sorta thing before, but that's probably your best bet in debugging this issue as I don't know how to reproduce it on my end. |
Alright thank you @KjellConnelly I'll give that s shot. |
I started a new RN project today so most current version of stable RN. When I am running the app and trying to pull in data from the defaults I get this error
The data actually is coming correctly when the app is first ran and prints out the data from react native in the iOS app group (swift), but eventually hits this exception either right at startup, or after a minute or two.
The text was updated successfully, but these errors were encountered: