每当我尝试使用Jenkins构建项目时,都会出现以下错误:
我已经尝试了以下操作:
什么都没有做,除了以上任何问题,如果有人对我的问题有解决的办法,那将是非常有意义的。预先感谢。
以下是我在构建项目时从詹金斯获得的错误日志:
/Users/<User>/.jenkins/workspace/<Project-parent-folder>/<Project>/build/<Project>.build/Release-iphoneos/<Project>.build/Objects-normal/arm64/MyCell.o -embed-bitcode-marker
/Users/<User>/.jenkins/workspace/<Project-parent-folder>/<Project>/<Project>/MVC/Controller/DetailVC.swift:10:8: error: no such module 'SwiftyJSON'
import SwiftyJSON
^
** BUILD FAILED **
The following build commands failed:
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
CompileSwift normal arm64
(2 failures)
Build step 'Xcode' marked build as failure
Finished: FAILURE
请帮助。
答案 0 :(得分:0)
只需从项目中删除 Pods文件夹和 Podfile.lock 文件。
另外,从您的项目和Jenkins(/ Users / Shared / Jenkins / Library / Developer / Xcode / DerivedData)中删除派生数据
现在再次安装Pods。