-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPM Firestore for Catalyst. No such Module. #11119
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hmm, weird. I'm in the process of reproducing it now. Looking into this... |
So I created a very basic app that supports Catalyst. I added an I am however seeing a build failure when importing I'm not sure why |
Yep, this should explain the issue. I'm tracking down how this happened. |
In |
Thanks @ncooke3 for your fast response and support. |
Hi @jesus-mg-ios–– I've release 10.8.1. Could you try updating to this latest release? |
It works @ncooke3, thanks for your effort on it. 💯 |
Thank you for reporting! 🙂 |
Description
Hi:
I'm getting this error when I try to compile for catalyst (SPM 10.8.0). For iOS all works as expected.
These are the dependencies of the target that on build time throw the error:
In intermediates I can see a difference between the build of Catalyst and the simulator:
FirebaseFirestoreSwift.build
is included on iOS simulator but not on catalyst. I don't know if it's correct or not, and the cause of it @ncooke3Any ideas on how to solve it?
Thanks in advance
Reproducing the issue
No response
Firebase SDK Version
10.8.0
Xcode Version
14.3.0
Installation Method
Swift Package Manager
Firebase Product(s)
Firestore
Targeted Platforms
macCatalyst
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: