Closed rrozenv closed 4 years ago
I found a few problems with this issue:
Starting with the 7.0.0 release, FirebaseFirestoreSwift
was renamed to FirebaseFirestoreSwift-Beta
to more clearly indicate its beta status.
Also note that both 7.0.0 and 7.1.0 are now available as Swift Package Manager versioned releases. See https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
When using SPM and specifying
.branch("7.0-spm-beta")
there is a package loading error which reads "product 'FirebaseFirestoreSwift' not found."Specifying
.branch("6.34-spm-beta")
does not cause this error and everything works as expected.Below is my Package.swift file
Relevant Code: