【发布时间】:2017-06-13 06:30:29
【问题描述】:
我正在使用 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
【问题讨论】:
-
只需更新您的 pod。
-
@SalmanGhumsani 抱歉,我是 iOS 新手。我该怎么做?
-
@SalmanGhumsani 我做了一个
pod update它没有用 -
您在“Firebase/RemoteConfig”中使用的是哪个版本
标签: swift xcode cocoapods firebase-remote-config