業余時間抽空搭了個appium+selenium的環境(mac), 在執行第一個腳本的時候遇到個問題紀錄下:
could not get xcode version. /Library/Developer/Info.plist doest not exist on disk
解決方案
1.打開appium
2.點擊apple 圖標
3.選擇advanced
4.最下面有個xcode path(原來的路徑是/Library/Developer/Commandlinetools)改成你的xcode安裝地址(本人是Applications/Xcode-beta)就好了
5.重啟appium
6.運行腳本,pass