When recording using UIAutomation on the device, it hangs on "Start Capture ...". Works great on Simulator

Has anyone else had this problem?

I am new to UIAutomation. I am using Xcode4.5 trying to write commands on my iPad 3 with ios6. When I press the record button, it just hangs on "Start Capture ...". At first I ran into this problem while trying to run on the simulator and was able to solve it. sudo xcode-select -switch / Applications / Xcode.app / Contents / Developer. It doesn't seem to work on my device. Should certain accessibility parameters be set? I turned on multitasking.

When I try to run the script, nothing happens. There are no errors. Totally dead end.

+4
source share
1 answer

Make sure the application is compiled using the Provisioning Profile, not Ad-hoc.

+4
source

Source: https://habr.com/ru/post/1445281/


All Articles