RL13
RL13

Reputation: 21

I'm getting this page when I run iOS simulator, and I'm wondering how to fix it and un-pause the app

Here's a link to the screenshot: https://i.sstatic.net/nMJzc.jpg

I don't have any breakpoints activated, and the few times iOS simulator even works for me, I get this page. I don't know what to do to fix whatever the problem is. Any help would be appreciated!

Upvotes: 0

Views: 21

Answers (1)

Obj-Swift
Obj-Swift

Reputation: 2942

Add exception breakpoint in breakpoint navigator, It will show where the crash is happening.

enter image description here

Upvotes: 0

Related Questions