gpt4 book ai didi

ios - 为什么我无法在 swift5 上 pod 安装 5.0 Bigint?

转载 作者:行者123 更新时间:2023-11-29 05:23:21 24 4
gpt4 key购买 nike

我曾经使用Bigint版本4.0。但它尝试将版本升级到5.0,因为它给了我一条警告消息。

但它向我显示了错误。

$ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "BigInt":
In Podfile:
BigInt (~> 5.0)

web3.swift.pod (~> 2.2.0) was resolved to 2.2.0, which depends on
BigInt (~> 3.1)

我的 Podfile

# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'

target 'myapp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for DeleteMe
pod 'BigInt', '~> 5.0'
pod 'CryptoSwift'
pod 'RealmSwift'
pod 'web3.swift.pod', '~> 2.2.0'
end

enter image description here有什么问题,如何解决?

最佳答案

正如@Larme 所说,这是一个模块依赖问题。有问题的模块是 Web3 模块。无法安装 Bigint5,因为 Web3 模块仍然依赖于 Bigint4。我想我们必须等待这个问题的新版本。

关于ios - 为什么我无法在 swift5 上 pod 安装 5.0 Bigint?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58447545/

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