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
layout_samples git:(main) % flutter run
No supported devices connected.
The following devices were found, but are not supported by this project:
macOS (desktop) • macos • darwin-arm64 • macOS 12.6 21G115 darwin-arm (Rosetta)
Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124
If you would like your app to run on macos or web, consider running `flutter create .` to generate projects for these platforms.
詰まったので一応起票いたします 🙇
自己解決しているため、確認次第closeして問題ないです。
再現手順と事象
問題
サンプルコードの一部は、モバイルデバイスしか対応してないため、エミュレーターの起動が必須になる
解決方法
下記のエミュレーターを起動するコマンドを実行することで解決した
flutter emulators --launch apple_ios_simulator
The text was updated successfully, but these errors were encountered: