App crashes when running in Instruments

My app runs fine in the Simluator. But when I try and run it in Instruments (Xcode 10b6), the app runs for 0.364 seconds, then dies. There is no meaningful output that I can see in the console.


How can I debug this, and figure out what is going wrong?


Thanks.

Accepted Reply

A friend offered the suggestion of running my standard configuration in Release mode instead of Debug… and that does in fact replicate the crash I'm seeing in Instruments.


Replies

A friend offered the suggestion of running my standard configuration in Release mode instead of Debug… and that does in fact replicate the crash I'm seeing in Instruments.