1.Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
解决:
- 排查WebDriverAgent的配置问题,参考https://github.com/imurchie/appium-xcuitest-driver/blob/isaac-rs/docs/real-device-config.md#basic-manual-configuration
- 最后出现ServerURLHere->http://172.16.100.26:8100<-ServerURLHere ,查看http://localhost:8100/status,正常情况会出现如下:
{ "value" : { "state" : "success", &