UIAutomation を使用してデバイスで UI 入力をキャプチャしようとすると、「Starting Capture」と表示されてハングします。
1) I click on Profile in Xcode which
2) Starts up Instruments where I select Automation and click Profile
3) Which starts Instruments running. In Scripts I select Add->Create which shows the record button at the bottom
4) I click the record button and it hangs saying "Starting Capture" and doesn't record my UI input.
私のプロファイル スキームのビルド構成はデバッグです。
UIAutomation がハングする原因となっている何が欠けているのでしょうか?