Running npx react-native run-ios
returns a success prompt but the app closes immediately after launching? No errors are being displayed besides an apple alert stating that the application "unexpectedly quit"
I was initially getting some missing package errors but now those have been resolved and I’ve hit a wall
2
Answers
Resolved the question by attempting to build my application using Xcode, the following error appeared:
Be sure to check your info.plist and make sure that it is properly configured. Hope this helps someone that runs into a similar issue
If you are using the snapchat SDK you must follow the Snap Kit Developer Portal Setup specified in the documentation snapchatdocs
In summary as of 2023 you must register your app with the developer portal and enable the service at the bottom of the page.
then add the following to your
info.plist