I would like to use UIAutomation via Instruments in Xcode to test an app on my iOS device. Is it possible to do so without having to build the source code? The reason for th
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