-
Notifications
You must be signed in to change notification settings - Fork 494
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
Repeated kAFAssistantErrorDomain error 1107 #465
Comments
This happened to me as well. Looks like this is an issue related to iOS simulator. Just go to "Device" menu on your simulator and press "Erase all Content and Settings" will solve the problem. Whenever you rerun the app, you have to do it. It is a hassle but I don't see any other solution at the moment. You are better off doing the testing with an actual device imo. Hope this helps... |
Having same issue, can anyone verify on iOS device? |
I'm really stumped about this error and have noticed other people are having a similar one, but those fixes don't seem to be giving any kind of lasting fix for me.
Here's my scenario:
npx react-native run-ios
)If I go to Device -> Erase All Content and Settings and then rebuild the app, it works. But do I have to do that every time? That doesn't seem right and it seems like I'm missing something.
Has anyone run into this? Is the cleanup function in the example not working correctly?
The text was updated successfully, but these errors were encountered: