-
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
Xcode 15.1 and visionOS support #11890
Comments
See also google/GoogleUtilities#129 |
Is visionOS support supposed to work via Cocoapods? I’m getting the following error using the latest Cocoapods 1.14.2:
If I do "platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "12.0",
"watchos": "6.0"
} |
CocoaPods support is not yet fully implemented and Firebase's initial support is only available via Swift Package Manager. |
Thanks for the feedback @paulb777. We now migrated to SPM which works great with visionOS. |
Description
From the Xcode 15.1 beta release notes:
Reproducing the issue
We need to evaluate all places in the code where
TARGET_OS_IOS
and determine the right path for visionOS.Firebase SDK Version
10.16
Xcode Version
15.1
Installation Method
N/A
Firebase Product(s)
All
Targeted Platforms
iOS
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: