😊

【Flutter】ホットリロードデバックの起動エラー

2024/02/14に公開
Warning: CocoaPods not installed. Skipping pod install.
  CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
  Without CocoaPods, plugins will not work on iOS or macOS.
  For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

Exception: CocoaPods not installed or not in valid state.

flutter doctor -vで全ての項目がOKなのに、デバックをしようとすると、この起動エラーが起こった。

解決策は、
flutter run
をする。

flutter runで、アプリを起動後、ホットリロードデバックができるようになる。

新調したPCや、会社のPCのセットアップ時に起こりやすいかも。

Discussion