Reputation: 1
iOS devices are crashing when attempting to retrieve certain datasets.
Xcode log reads:
Warning>: Application 'EventsDev' exited abnormally with signal 6: Abort trap: 6.
What is Abort trap: 6 related to?
Upvotes: 0
Views: 92
Reputation: 665
To see where it crashed, create a new exception breakpoint, and set to 'all exceptions'.
Upvotes: 1