IOS Simulator crashing with “No message provided"

12

When the app crashes this message is show, not helpful when trying to debug. Any suggestions?

The native iOS logs are probably the best place to look to see if there are any hints as to what happened before this error shows up. Alternatively you could git bisect to hone in on the app code causing this.

Hi did you figure this out? Mine does this all the time when there is an error in the react JSX code. It should tell you what line the error is on, but instead just gives the same error you have. Which makes development very difficult

Couldnt seem to resolve the problem, I decided to start a new project and migrate the code to that.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.