Posts

Post not yet marked as solved
0 Replies
261 Views
Is there a way to get Apple's Crash reporting and other metrics, if my app is Enterprise distributed, and not via TestFlight?Would I get reports if I set it up as if I were distributing it, and then just distributed it myself via another mechanism (e.g. a third party devops pipeline)?
Posted Last updated
.
Post not yet marked as solved
1 Replies
554 Views
Hi all:I had last year created (quite successfully) my own custom instrument using os_signpost.Yesterday I went to run it again for the first time in several months, and discovered that nothing is being recorded in Instruments.I added the plain os_log and os_signpost instruments, and I see that the system's intervals and logs appear, but none of mine.When I run the app (an iOS app) in the debugger, all the os_logs appear, so thay are being created.So, has some setting been added or changed in a recent Xcode or Instruments release that I somehow missed?I tried rebuilding the instrument in the latest Xcode, to no effect.
Posted Last updated
.