迦太基-建立依赖项时任务失败,退出代码为1

时间:2020-07-31 11:00:16

标签: appium appium-ios carthage

尝试从appium(https://github.com/appium/WebDriverAgent.git)设置Webdriver代理。我已经:

  • 克隆的Webdriver代理回购(https://github.com/appium/WebDriverAgent.git
  • 打开我的终端机
  • 在Webdriver代理文件夹中导航
  • 在终端机上执行This job is number 1 in the queue and requires 8.000000 CPUs and 1 K80 accelerators. The project is using 8.000000 CPUs out of 450 allowed and 1 K80 accelerators out of 0 TPU_V2_POD, 0 TPU_V3_POD, 1 K80, 1 P100, 1 V100, 4 P4, 4 T4, 8 TPU_V2, 8 TPU_V3 allowed across all regions.The project is using 8.000000 CPUs out of 20 allowed and 1 K80 accelerators out of 0 TPU_V2_POD, 0 TPU_V3_POD, 1 K80, 1 P100, 1 P4, 1 T4, 1 V100, 8 TPU_V2, 8 TPU_V3 allowed in the region us-central1.

出现构建失败消息,提示“任务失败,退出代码为1”。我进入终端的错误消息如下所示:

./Scripts/bootstrap.sh 

我也尝试执行以下命令,但收到类似错误:

Fetching dependencies
*** Checking out YYCache at "1.1.0"
*** Checking out CocoaAsyncSocket at "7.6.4"
*** xcodebuild output can be found in /var/folders/h5/2mqcmnb15y1g476q57tqt8km0000gp/T/carthage-xcodebuild.a5JJLX.log
*** Downloading CocoaAsyncSocket.framework binary at "Version 7.6.4"
*** Building scheme "YYCache tvOS" in YYCache.xcodeproj
Build Failed
    Task failed with exit code 1:
    /usr/bin/xcrun lipo -create /Users/cbb01/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8169g/YYCache/1.1.0/Build/Intermediates.noindex/ArchiveIntermediates/YYCache\ tvOS/IntermediateBuildFilesPath/UninstalledProducts/appletvos/YYCache.framework/YYCache /Users/cbb01/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A8169g/YYCache/1.1.0/Build/Products/Release-appletvsimulator/YYCache.framework/YYCache -output /Users/cbb01/workspace/WebDriverAgent/Carthage/Build/tvOS/YYCache.framework/YYCache

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/h5/2mqcmnb15y1g476q57tqt8km0000gp/T/carthage-xcodebuild.a5JJLX.log

是什么原因引起的?有人遇到过吗?

0 个答案:

没有答案