gpt4 book ai didi

swift - 如何隐藏或删除特定 pod 依赖项的警告?

转载 作者:搜寻专家 更新时间:2023-11-01 07:11:46 24 4
gpt4 key购买 nike

我正在使用 Firebase/Remote 配置 pod,该 pod 依赖于名为 Protobuf 的 pod其中有很多警告。我的pod文件

platform :ios, '10.0'

target 'AppeeUITests' do

use_frameworks!

pod 'Alamofire', '4.4'
pod 'SwiftyJSON', '3.1.4'
pod 'Firebase/Core'
pod 'Firebase/RemoteConfig'

end

target 'AppeeUITests' do
inherit! :search_paths
pod 'Firebase/Core'
pod 'Firebase/RemoteConfig'
end

target 'AppeeUITests' do
inherit! :search_paths
end

这是它产生的警告: enter image description here

最佳答案

如果您使用的是 FirebaseRemoteConfig (2.0.0)Protobuf (3.3.0) 版本,请不要担心这些警告。这已经更新并且您使用的是最新版本,因此您必须等待 Google firebase 的下一个版本才能删除警告,这意味着 Firebase 团队必须努力进行更新。

enter image description here

enter image description here

关于swift - 如何隐藏或删除特定 pod 依赖项的警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44513863/

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