IOS: application crashes when clicking on in-app entry

Regardless of the template, I choose Tools (Distribution, Leaks, Activity Monitor) - the application immediately triggers when you click a record. There is no stack trace or any warnings - and after that the tools sometimes freeze and must be forced off.

I am using Xcode 6.3.2.

I should also add that this is happening on my device.

+4
source share
1 answer

I found a workaround. After installing the application on the phone through Xcode, I will kill the application. Then I go to β€œTools” and select the application in β€œTools” and print the entry. This launches the application on the phone and the tools work!

In addition, the proper way to run tools is to press CMD-I in Xcode. I opened it from the developer tools, which is wrong.

+8
source

All Articles