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