Replies: 2 comments 1 reply
-
|
Perplexity suggests using only auth, core etc - but I need firestore for my app. "Clean Up Unnecessary Dependencies In your Xcode “Package Dependencies” list, ensure you do not reference unsupported packages for visionOS: Remove abseil, gRPC-cpp, and any Firebase product that brings these in (most commonly Firestore or Storage). Keep only FirebaseCore, FirebaseAuth, and any package that is specifically documented as supporting visionOS as of late 2025." |
Beta Was this translation helpful? Give feedback.
-
|
If you've used CocoaPods in the project before, do a If you're still stuck, create an issue with full reproduction steps including Firebase and Xcode versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this build error for Apple Vision Pro as target (builds for other Apple platforms). The suggested step (open --env ...) leads to more build errors - mentioned below the rig error below.
Any guidance?
"Firebase Firestore's binary SPM distribution does not support visionOS. To enable the source distribution, quit Xcode and open the desired project from the command line with the FIREBASE_SOURCE_FIRESTORE environment variable:
open --env FIREBASE_SOURCE_FIRESTORE /path/to/project.xcodeproj. To go back to using the binary distribution of Firestore, quit Xcode and open Xcode like normal, without the environment variable."More build errors after doing above:
Missing package product 'abseil'
Missing package product 'gRPC-cpp'
Beta Was this translation helpful? Give feedback.
All reactions