CocoaPods找不到pod“FirebaseAnalytics”的兼容版本:在快照(Podfile.lock)中:FirebaseAnalytics (= 3.9.0,~> 3.7,~> 3.8,~> 3.9)Firebase/RemoteConfig was resolvedFirebaseRemoteConfig (= 1.3.4) was resolved to
Unable to satisfy the following requirements:
Specs satisfyingthe `Firebase/Firestore` dependency were found, but they required a higher minimum deployment target我将podfile需求更改为10.2,xcode部署更改为10.2,我仍然会收到这个错误。有什么建议吗?编辑
Running pod install...Users/manolo/Developer/flutterprojects/fitness_recipes_clean/ios/Pods/FirebaseInAppMessagingDisplay/Firebase/ios/Pods/FirebaseInAppMessaging/FirebaseInAppMessaging/Sources/
我正在开发一个由另一个开发人员开发的遗留iOS应用程序,它使用谷歌云消息发送推送通知,我已经添加了Firebase数据库,但我不得不禁用GCM,因为当Firebase和GCM在podfile中添加在一起时,我正在使用单独的plist文件进行Firebase配置。我没有GCM应用帐户的访问权限,无法迁移到Firebase messaging。 pod
我想将Firebase Cloud messaging添加到项目中。作为https://firebase.google.com/docs/cloud-messaging/ios/client中的指南,我需要添加到Podfile中: # Add the Firebasepod for Google Analytics
pod 'Firebase/Analytics'