firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.66k stars 1.48k forks source link

FirebaseAdmob package does not exists when installing via SPM #6686

Closed kosukeohmura closed 4 years ago

kosukeohmura commented 4 years ago

Step 0: Are you in the right place?

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

I tried to use SPM instead of Carthage for installing Firebase iOS SDK. I followed https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md#in-xcode but there is no Admob package. Can I install Admob package via SPM?

Steps to reproduce:

follow https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md#in-xcode

Relevant Code:

(When I use Carthage, I wrote in Cartfile like below)

binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAdMobBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json"
google-oss-bot commented 4 years ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

kosukeohmura commented 4 years ago

Ah I've found this https://github.com/googleads/googleads-mobile-unity/issues/1125