Using Instruments to test an iOS app without having source code to the application

怎甘沉沦 提交于 2019-11-29 11:26:05

You could make UIAutomation tests without the source code, but you will not see your symbols and you cant see where in your code your app is hanging.

You still can see if there is a routine that is taking to long to run, but you wont e able to see witch one or the call stack

to make your tests without the source code just open the automator and bind your test with an application installed on the device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!