开发者

Launching an app in debugger mode on iOS

开发者 https://www.devze.com 2023-02-16 22:15 出处:网络
I have to debug an application on iOS. This application has to be built using build scripts and not XCode. So I cannot use the \"build and debug\" option. The pr开发者_如何学Gooblem I wish to investig

I have to debug an application on iOS. This application has to be built using build scripts and not XCode. So I cannot use the "build and debug" option. The pr开发者_如何学Gooblem I wish to investigate happens right at app start-up, so, attaching to the process from XCode after the app has started is not an option. Is there any way of starting an app on the device using XCode or command line if the app was not built using XCode?


You can launch a process on your phone and analyse it with Instruments.

Launching an app in debugger mode on iOS

0

精彩评论

暂无评论...
验证码 换一张
取 消