invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
171 stars 47 forks source link

[bug]: Unable to create MACOS when there is IOS #139

Closed CarieMe closed 11 months ago

CarieMe commented 1 year ago

Is there an existing issue for this?

CLI Version

0.2.7

Firebase Tools version

11.19.0

Flutter Doctor Output

[✓] Flutter (Channel stable, 3.3.9, on macOS 12.6 21G115 darwin-x64, locale en-AE) • Flutter version 3.3.9 on channel stable at /Users/leephils/Developer/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision b8f7f1f986 (6 weeks ago), 2022-11-23 06:43:51 +0900 • Engine revision 8f2221fbef • Dart version 2.18.5 • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at /Users/leephils/Library/Android/sdk • Platform android-33, build-tools 33.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14C18 • CocoaPods version 1.11.3

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)

[✓] VS Code (version 1.74.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.56.0

[✓] Connected device (2 available) • macOS (desktop) • macos • darwin-x64 • macOS 12.6 21G115 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124

[✓] HTTP Host Availability • All required HTTP hosts are available

Description

Cannot add MacOs app when there is IOS app on console. And if there is MacOs app cannot create IOS app.

Steps to reproduce


Expected behavior

Be able to add IOS and MACOS both.

Screenshots

No response

Additional context and comments

No response

TheGlorySaint commented 1 year ago

I also experience this issue and it is annoying. Please fix it asap.

russellwheatley commented 11 months ago

This is not an issue on the latest FlutterFire CLI. Install latest version:

dart pub global activate flutterfire_cli 0.3.0-dev.18 --overwrite