11

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 がハングする原因となっている何が欠けているのでしょうか?

4

3 に答える 3

16

理解した。これが他の誰かに役立つことを願っています!

1)  Click on Profile in Xcode (or Cmd-I)
2)  In Instruments select Automation and click Profile
3)  Click Instruments Record button to stop the running of the app
4)  Click Scripts -> Add -> Create
5)  Click Record button at bottom of Instruments (which is for recording the script)
6)  Click Record button at top of Instruments (which is for running the app)
7)  Click on Trace Log -> Script to view the script you are creating.

うわー!

于 2013-03-16T00:05:26.867 に答える
1

プロファイル スキームでデバッグ モードを選択したかどうか、また正しい署名 ID とプロビジョニング プロファイルを持っているかどうかを確認します。

于 2014-10-06T21:45:55.640 に答える