Xcode 构建失败,使用 iphone v14.4.2 和 xcode 12

时间:2021-05-05 14:26:38

标签: xcode appium appium-ios

下午好, 我正在使用 appium 服务器开发自动化测试脚本。 我的 iPhone 更新到 v14.4.2。这次更新后,服务器没有读取这台iPhone,代码要求我从v10更新到12版本,因为新版本的iPhone仅支持XCODE 12。 更新代码后,我要求更新服务器到 v21。 更新 Xcode 和 appium 服务器后,我尝试使用服务器运行 iPhone,但在 Appium 服务器中收到此错误:

An unknown server-side error occurred while processing the command. Original error: Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up 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.

在 xcode 中我遇到了这个错误:

‘YYCache/YYCache.h’ file not found

我尝试通过更新 carthage 文件来修复 xcode 问题,但同样的问题。 任何想法请

0 个答案:

没有答案