【发布时间】:2019-11-25 01:18:14
【问题描述】:
每当我尝试使用 Jenkins 构建我的项目时,都会收到以下错误:
我已经尝试了以下方法:
- pod 安装/更新
- 在“管理方案”中选中方案名称“共享”复选框
- 指定 shell 命令“安装”
除了上述之外,没有任何效果,如果有人对我的问题有解决方案,那将是非常可观的。提前致谢。
以下是我在构建项目时从 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
请帮忙。
【问题讨论】:
-
你也可以添加你的pod文件
标签: ios iphone xcode jenkins xcode10