Appium-iOS-编写xctestrun文件时出错:Error Domain = NSCocoaErrorDomain Code = 4

时间:2019-04-09 16:32:53

标签: ios xcode appium

我正在尝试通过自动服务器将Appium 1.12.1连接到物理iOS设备。这些是我正在尝试的功能:

{
  "browserName": "Safari",
  "platformName": "iOS",
  "platformVersion": "12.1",
  "deviceName": "iPhone 6",
  "automationName": "XCUITest",
  "startIWDP": true,
  "udid": "auto"
}

我收到一个以以下内容开头的冗长错误:

An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65 xcodebuild error message: 2019-04-09 10:14:08.626 xcodebuild[22198:212737] Error writing xctestrun file: Error Domain=NSCocoaErrorDomain Code=4 "The folder “WebDriverAgentRunner_iphoneos12.2-arm64.xctestrun” doesn’t exist." 

1 个答案:

答案 0 :(得分:0)

我有同样的问题。 在“ /用户/您的名字/库/开发人员/ Xcode / DerivedData /”中,我有两个文件夹: WebDriverAgent-akxhdiizyykdxefsthlnfyomlaiz WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu

Appium尝试从WebDriverAgent-akxhdiizyykdxefsthlnfyomlaiz中获取文件夹,但需要WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu。 我从WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu复制到WebDriverAgent-akxhdiizyykdxefsthlnfyomlaiz,现在一切正常。