xcodebuild -scheme MyScheme clean build | sort -nr > culprits.txt 编译失败 报错CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (5 failures) 改正:xcodebuild -workspace InvestmentResearch.xcworkspace-scheme InvestmentResearchclean build | sort -nr > culprits.txt...
CompileSwiftSourcesnormalarm64com.apple.xcode。。。CompileSwiftSourcesnormalarm64com.apple.xcode。。。⽬前Swift的稳定版本是5.4 XCode新建项⽬的build-setting中Swift Language Version 设置为 Swift5 近期在项⽬开发中使⽤到了swift,在本地可以正常编译运⾏项⽬,但是在jenkins打包的时候抛出如下错误。...
Performing an archive build from Xcode 15.4 or the Fastlane command will terminate with the following error. ** ARCHIVE FAILED ** The following build commands failed:. SwiftCompile normal arm64 Compiling ... (in target 'MyTarget' from project 'MyTarget') No detailed error log, only a message...
当我最终弄清楚出了什么问题时,它与代码正在使用的吊舱的版本有关。因此,如果您仍然有这些问题,我建...
CompileSwiftSources正规arm64 com.apple.xcode.tools.swift.compiler CompileSwift normal arm64 Git代码正在运行其他开发人员的笔记本电脑,代码在其他工作空间上工作,比如使用shell命令的Desktop。只有在Jenkins作业空间,它才会产生此错误。 日志最后一行--代码
它与代码正在使用的吊舱的版本有关。因此,如果您仍然有这些问题,我建议您:
normal/arm64/Parameters-a6d3ca7d.o.tmp -> /Users/anz/Library/Developer/Xcode/DerivedData/testing_build-fdofkvyzbyrzwfcisfoadodybwrs/Build/Intermediates.noindex/ArchiveIntermediates/testing_build/IntermediateBuildFilesPath/testing_build.build/Release/testing_buildExtension.build/Objects-normal/arm64/...
Environment swift-driver version: 1.115 Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4) Target: arm64-apple-macosx15.0 Additional information I originally reported this on the forum and was asked to place it here, so it's easier to track. ...
./swift/utils/build-script --cross-compile-hosts=linux-armv7 --skip-build-llvm After it gets past the LLVM build stuff, the build crashes with the error above. Expected behavior I expect to not get a crash when cross compiling. This seems like just a small typo, and something introduced...