有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java Appium服务器和Web驱动程序存在Xcode问题

Appium服务器日志显示

[XCUITest] Error: Unable to launch WebDriverAgent because of xcodebuild failure: Command 'carthage bootstrap --platform iOS,tvOS' exited with code 1

Rebuild with --use-xcframeworks to create an xcframework bundle instead.

IntelliJ中的错误是:

unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: Command 'carthage bootstrap --platform iOS,tvOS' exited with code 1 Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'MacBook-Pro', ip: '2601:c6:1:1380:0:0:0:e834%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.16', java.version: '1.8.0_301' Driver info: driver.version: RemoteWebDriver

这是一个由Appium讲师编写的关于Linkedin学习的简单测试。我想自从他上传课程后,有些事情可能已经改变了


共 (1) 个答案

  1. # 1 楼答案

    这个问题的可能原因可能是mac电脑上安装了一些迦太基LIB

    你可以尝试下一步:

    npm uninstall carthage
    brew uninstall carthage
    brew install carthage
    
    brew link  overwrite carthage