Hello,
I made an app with React Native Expo.
I've deployed succesfully to Play Store and everything works, also works in IOS emulator and in a physical ios device using expo.
Now i have to record a video working in a real device in order to request the upload to Apple Store so I'm using TestFlight to install the .ipa but in a section of my app when I try to select a restaurant, the app crash but i have no idea about the reason.
Hope anyone can help.
Thanks in advance.
Here is the log:
I made an app with React Native Expo.
I've deployed succesfully to Play Store and everything works, also works in IOS emulator and in a physical ios device using expo.
Now i have to record a video working in a real device in order to request the upload to Apple Store so I'm using TestFlight to install the .ipa but in a section of my app when I try to select a restaurant, the app crash but i have no idea about the reason.
Hope anyone can help.
Thanks in advance.
Here is the log:
Something in your app raised an exception:
The very first thing to do with any crash report is to symbolicate it so that the addresses are replaced with function names in your code.
Code Block 2 CoreFoundation 0x1bedf151c +[NSException raise:format:] + 112 (NSException.m:155) 3 ComBuubleBuubleapp 0x10500543c 0x104094000 + 16192572
The very first thing to do with any crash report is to symbolicate it so that the addresses are replaced with function names in your code.