gpt4 book ai didi

ios - Xcode Jenkins 构建失败以下构建命令失败 : CompileSwift normal arm64

转载 作者:行者123 更新时间:2023-12-01 22:18:43 27 4
gpt4 key购买 nike

我正在尝试使用 Jenkins 为 Ios 应用程序设置持续集成。我使用 xcode shell 命令进行构建过程:

/usr/bin/xcodebuild -workspace "PhoenixiOS.xcworkspace" -scheme "PhoenixiOSTest" -configuration Release archive



构建触发,最后显示以下错误
** 存档失败 **
以下构建命令失败:

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler CompileSwift normal arm64



Git 代码正在其他开发人员笔记本电脑上运行,并且代码正在使用 shell 命令在桌面等其他工作空间上运行。只有在 Jenkins JOB 工作空间中才会产生此错误。

记录最后几行 --code

/Users/Shared/Jenkins/Library/Developer/Xcode/DerivedData/PhoenixiOS-calcgxkedqnxdqcshfjebjolxcut/Build/Intermediates.noindex/ArchiveIntermediates/PhoenixiOSTest/IntermediateBuildFilesPath/PhoenixiOS.build/Release-iphoneos/PhoenixiOSTest.build/Objects-normal/arm64/EnableLocationServicesView.d -num-threads 4 -output-filelist /var/folders/jc/fl1lw1754rvd8568qp_wcf5w00008b/T/outputs-f754ba /Users/Shared/Jenkins/Home/workspace/Phoenix_IOS_D/PhoenixiOS/PhoenixiOS-Bridging-Header.h:7:9: error: 'NewRelicAgent/NewRelic.h' file not found


#import "NewRelicAgent/NewRelic.h"
产生 1 个错误。

:0: error: failed to emit precompiled header '/Users/Shared/Jenkins/Library/Developer/Xcode/DerivedData/PhoenixiOS-calcgxkedqnxdqcshfjebjolxcut/Build/Intermediates.noindex/ArchiveIntermediates/PhoenixiOSTest/PrecompiledHeaders/PhoenixiOS-Bridging-Header-swift_344FHIEQ5169K-clang_9521NPKFGEEZ.pch' for bridging header '/Users/Shared/Jenkins/Home/workspace/Phoenix_IOS_D/PhoenixiOS/PhoenixiOS-Bridging-Header.h'



** 存档失败 **

以下构建命令失败:

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler CompileSwift normal arm64 (2 failures) Build step 'Execute shell' marked build as failure

最佳答案

这是由于代码管道无法解压缩 .git 文件。最好使用 git ssh 进行克隆。

关于ios - Xcode Jenkins 构建失败以下构建命令失败 : CompileSwift normal arm64,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48179538/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com