I am making an attempt to instrument my iPhone app through Xcode’s Devices device. Downside is, Devices is not symbolicating appropriately, so I am unable to inform which traces of code are inflicting app hangs / troubles.
Per some associated posts on Stack Overflow and the web usually, I’ve tried including a dSYM search path in Devices by going to Devices > Settings > Symbols. Nevertheless, once I go to pick what seems to be my app (UnitConversions.app), it is grayed out an not selectable (see screenshot beneath).
My Xcode undertaking construct settings are configured in order that Debug Data Format equals DWARF with dSYM File. At this level, I am out of concepts as to how I can add the right dSYM to Devices and get it to have the ability to symbolicate correctly.
Any concepts? Thanks.