美文网首页
项目加入pods后代码编译失败CompileSwiftSourc

项目加入pods后代码编译失败CompileSwiftSourc

作者: RunningTeemo | 来源:发表于2017-05-19 16:53 被阅读0次

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

相关文章

网友评论

      本文标题:项目加入pods后代码编译失败CompileSwiftSourc

      本文链接:https://www.haomeiwen.com/subject/gqwyxxtx.html