私はMac OSX El Capitanを使用しています。私はそれに日食ネオンをインストールしました。私は本当のiosデバイス上でappiumを使ってセレンスクリプトを実行する完全な設定をしています。このため私は "ideviceinstaller"もインストールされている。私は、デバイス上のアプリケーションを起動するためのワークスペースにプロジェクトを作成し、それは正常に動作しています。しかし、私は別のプロジェクトに同じコードをコピーしたとき、それはideviceinstallerがMacにインストールされている場合でも「iDeviceInstaller」エラーが発生する
org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Original error: Could not initialize ideviceinstaller; make sure it is installed and works on your system) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 33.97 seconds
Build info: version: '2.52.0', revision: '4c2593c', time: '2016-02-11 19:06:42'
System info: host: 'MacBookBL9138C.local', ip: '10.104.150.28', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.11.6', java.version: '1.8.0_73'.
私にエラーを与えて開始し、私は現在の日食をアンインストールし、日食月面をインストールすることで試してみましたが、そのはまだ失敗します。私は新しい作業領域で同じコードを実行しようとしましたが、同じエラーです。 助けていただければ幸いです。