-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[🐛] Error on Mac Catalyst - FirebaseFirestore has a minimum deployment target #7994
Comments
Try this at top of file: platform :ios, '13.4' |
@russellwheatley unfortunately didn't work. still same error when compiling Catalyst 🥲 |
Have you cleaned Pods out? Try: cd ios/
rm -rf Pods && rm Podfile.lock
pod install |
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
I'm struggling with an error I seem not to be able to solve.
Context:
this is the error:
Compiling for iOS 13.1, but module 'FirebaseFirestore' has a minimum deployment target of iOS 13.4: <...> /Build/Products/Debug-maccatalyst/FirebaseFirestore/FirebaseFirestore.framework/Modules/FirebaseFirestore.swiftmodule/arm64-apple-ios-macabi.swiftmodule
I've tried everything, from changing the XCode version to 13.4, to specify it in the Podfile as specified here:
I've also tried to downgrade to v19.3, still the same issue.
Any help?
The text was updated successfully, but these errors were encountered: