実際のデバイスで iPhone アプリケーションを自動化しています。アプリケーションを手動でインストールできます。
私はipaファイルをセットアップし、appium構成にudidを追加しましたが、Appiumインスペクターを起動するとエラーメッセージが表示され、インスペクターが起動しません。また、アプリケーションが Appium を使用してインストールされていることに気付きました。
info: [debug] Killall iOS Simulator
info: [debug] On a real device; cannot clean device state
info: [debug] Cleaning up appium session
info: [debug] Error: Instruments crashed on startup
at
[object Object].Instruments.onInstrumentsExit (/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/lib/instruments.js:440:31)
at [object Object].<anonymous> (/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/lib/instruments.js:353:12)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
info: [debug] Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: Instruments crashed on startup)","origValue":"Instruments crashed on startup"},"sessionId":null}
info: <-- POST /wd/hub/session 500 20210.927 ms - 182
私がここで欠けているものを誰でも提案できますか?
ありがとうサディク