akaffenberger / firebase-ios-sdk-xcframeworks

A small mirror for https://github.com/firebase/firebase-ios-sdk, to add support for binary (xcframework) distribution with swift package manager.
MIT License
134 stars 32 forks source link

FirebaseFirestoreSwift is not included #50

Closed jesus-mg-ios closed 1 year ago

jesus-mg-ios commented 1 year ago

I cannot use FirebaseFirestoreSwift from this repo

akaffenberger commented 1 year ago

@jesus-mg-ios I'm not able to reproduce this issue in the iOS Example in this repo, which is importing and using FirebaseFirestoreSwift.

When you say cannot use do you mean you cannot import the module? If that is the case, are you able to import other modules (ie Firebase, FirebaseFirestore, etc). Have you confirmed that FirebaseFirestore is included in your target's "Link Binary with Libraries" build phase?

akaffenberger commented 1 year ago

Closing for now due to inactivity, but happy to reopen if others are experiencing this as well.