gpt4 book ai didi

ios - Jenkins |椰子类 | swift |错误 : no such module 'RealmSwift'

转载 作者:可可西里 更新时间:2023-11-01 02:08:45 25 4
gpt4 key购买 nike

错误:没有这样的模块“RealmSwift”

导入 RealmSwift

从 Xcode 构建项目时,它工作正常。从 Jenkins 构建它,给了我上面提到的错误。

** 构建失败 **

以下构建命令失败:

CompileSwift normal arm64
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler

(2 次失败)构建步骤“Xcode”将构建标记为失败完成:失败

我的 Pod 文件如下所示

target 'MyProject' do
use_frameworks!
# Pods for MyProject
pod 'Google/Analytics'
pod 'GoogleTagManager','~> 3.15.0'
pod 'RealmSwift','~> 2.1'

target 'MyProjectTests' do
# Pods for testing
end

target 'MyProjectUITests' do
# Pods for testing
end
end

最佳答案

您可能没有对您的 Pods 目录进行版本控制。

您可以从 .gitignore 中删除 Pod,或者在每个 jenkins 脚本中添加 pod install 命令。

关于ios - Jenkins |椰子类 | swift |错误 : no such module 'RealmSwift' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41710842/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com