user2562149
user2562149

Reputation: 1

Xcode Crash Error

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

Answers (1)

khanh.tran.vinh
khanh.tran.vinh

Reputation: 665

To see where it crashed, create a new exception breakpoint, and set to 'all exceptions'.

Upvotes: 1

Related Questions