i created my application using react native expo and been getting this error message in the crash log from the app store can nay one help me to figure this error and how to solve it ?
app crashes on test "exception" type":"EXC_CRASH","signal":"SIGABRT"},
Unfortunately, that part does not contain any significant info to solve the issue. Can you share the whole crash log?
Can you share the whole crash log?
Yes please!
For advice on how best to do this, see Posting a Crash Report.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
I have the same problem my app can't pass reviews because it is always crashing on the review even though I tested and it is working on real devices. My app is also built with expo here is the crash report
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"ktriageinfo" : "VM - Fault hit memory shortage\nVM - Fault hit memory shortage\nVM - Fault hit memory shortage\nVM - Fault hit memory shortage\nVM - Fault hit memory shortage\n",
"asi" : {"libsystem_c.dylib":["abort() called"]},
"lastExceptionBacktrace" : [{"imageOffset":597308,"symbol":"__exceptionPreprocess","symbolLocation":216,"imageIndex":7},{"imageOffset":83624,"symbol":"objc_exception_throw","symbolLocation":56,"imageIndex":4},{"imageOffset":627240,"symbol":"-[__NSConcreteURLComponents initWithURL:resolvingAgainstBaseURL:]","symbolLocation":304,"imageIndex":12},{"imageOffset":607404,"symbol":"+[NSURLComponents componentsWithURL:resolvingAgainstBaseURL:]","symbolLocation":44,"imageIndex":12},{"imageOffset":2315992,"imageIndex":10},{"imageOffset":2312560,"imageIndex":10},{"imageOffset":2400828,"imageIndex":10},{"imageOffset":2402240,"imageIndex":10},
here is the crash report
SIGABRT
is very generic error so it’s unlikely that your crash has the same underlying cause as alimouallem’s. Given that, I recommend that you open a new thread for this. Make sure to:
-
Tag it with Debugging, so that I see it.
-
Include a full crash report, not just a snippet.
For more info on the second point, see Posting a Crash Report.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"