Me and my team have been developing this app ejected from expo. When I run using xcode in debug mode, everything works fine, but when I run using release mode (or when I publish in TestFlight) it got stuck on the splash screen (in TestFlight just crash and close the app). I ran in xcode release mode to try to get the error and all I got was:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not find the expected embedded asset back-icon.png. Check that expo-updates is installed correctly.'
I have no idea what that means. I tried to delete the node modules and reinstall, tried to upgrade the expo-updates version, but it didn't work.. Need some help here!!