[REQUIRED] Please fill in the following fields:
- Unity editor version: 2021.3.21f
- Firebase Unity SDK version: 10.7.0
- Source you installed the SDK: .UnityPackage
- Problematic Firebase Component: Auth, Analytics etc
- Other Firebase Components in use: Auth, Analytics etc
- Additional SDKs you are using: Facebook, AdMob etc
- Platform you are using the Unity editor on: Mac Intel
- Platform you are targeting: iOS
- Scripting Runtime: IL2CPP
- Pre-built SDK from the website or open-source from this repo: website
[REQUIRED] Please describe the issue here:
Unable to build iOS workspace project with this version.
Build Log shows this error "None of your spec sources contain a spec satisfying the dependency: Firebase/Core (= 10.7.0)."
I'm using Intel mac, I did update everything, ran pod repo update as well. My XCode version is 14.3
I am able to solve this by removing "/" from Firebase/Core in the pods file.
Same issue with all firebase components I used from firebase, analytics crashlytics storage etc
Firebase/Core 10.7.0 doesn't work
FirebaseCore 10.7.0 works
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
What's the issue repro rate? (eg 100%, 1/5 etc)
100%
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Unable to build iOS workspace project with this version.
Build Log shows this error "None of your spec sources contain a spec satisfying the dependency:
Firebase/Core (= 10.7.0)."I'm using Intel mac, I did update everything, ran pod repo update as well. My XCode version is 14.3
I am able to solve this by removing "/" from Firebase/Core in the pods file.
Same issue with all firebase components I used from firebase, analytics crashlytics storage etc
Firebase/Core 10.7.0 doesn't work
FirebaseCore 10.7.0 works
Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
What's the issue repro rate? (eg 100%, 1/5 etc)
100%