You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use flutterfire_cli (please test it with the latest dev version 0.3.0-dev.19) it creates a build script in ios, inside xcode, to move the firebase files to the correct folder. The script looks like this:
This works fine when I use the flutter tools, but fails if I try to use xcode to build my app (which I need to do sometimes, like for simulating for the VisionOS, since it's not supported yet by the flutter tools) the build fails.
I can build my app in xcode if I change the script to:
Basically adding the puro pub cache (since flutterfire is inside puro's pub cache), but I don't want to modify this script, since it's generated by the flutterfire_cli and it can change in the future. Also I don't want to have puro references in the project, since projects should be more independent of the dev's machine configurations.
It would be better if puro could symlink the default pub cache to it's pub cache.
The text was updated successfully, but these errors were encountered:
When we use
flutterfire_cli
(please test it with the latest dev version 0.3.0-dev.19) it creates a build script in ios, inside xcode, to move the firebase files to the correct folder. The script looks like this:This works fine when I use the flutter tools, but fails if I try to use xcode to build my app (which I need to do sometimes, like for simulating for the VisionOS, since it's not supported yet by the flutter tools) the build fails.
I can build my app in xcode if I change the script to:
Basically adding the puro pub cache (since
flutterfire
is inside puro's pub cache), but I don't want to modify this script, since it's generated by theflutterfire_cli
and it can change in the future. Also I don't want to have puro references in the project, since projects should be more independent of the dev's machine configurations.It would be better if puro could symlink the default pub cache to it's pub cache.
The text was updated successfully, but these errors were encountered: