Is there an existing issue for this?
Which plugins are affected?
Analytics
Which platforms are affected?
macOS
Description
flutter pub get
Resolving dependencies...
Downloading packages...
...
Got dependencies!
44 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Failed to copy plugin firebase_analytics:
sending incremental file list
rsync: [Receiver] mkdir "./build/macos/SourcePackages/firebase_analytics-12.4.5" failed: No such file or directory
(2)
rsync error: error in file IO (code 11) at main.c(795) [Receiver=3.4.1]
mkdir -p build/macos/SourcePackages/firebase_analytics-12.4.5 solve the issue but I shouldn't have to deal with creating folder myself for firebase
Reproducing the issue
flutter clean flutter pub get on macOS
Firebase Core version
4.12.1
Flutter Version
3.44.4
Is there an existing issue for this?
Which plugins are affected?
Analytics
Which platforms are affected?
macOS
Description
mkdir -p build/macos/SourcePackages/firebase_analytics-12.4.5 solve the issue but I shouldn't have to deal with creating folder myself for firebase
Reproducing the issue
flutter clean flutter pub get on macOS
Firebase Core version
4.12.1
Flutter Version
3.44.4