1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutterエラー忘却録

Last updated at Posted at 2021-12-23

#開発環境
発生したエラー毎に記載する

#内容
何回も同じエラーを検索するのが大変なので記録として残しておく。
エラーが発生するたびに追加していく予定。

#発生したエラー

###●インポートしているのにlocalizationsエラーが発生する

####開発環境

PC:macOS Big Sur
エディター:Visual Studio Code

Target of URI doesn't exist: 'package:flutter_gen/gen_l10n/gallery_localizations.dart'.

###解決策
エディターを閉じて、ディレクトリも閉じる。もう一度エディターを開く。で解決した。

###●Xcodeのビルドが失敗する

Undefined symbol: _FlutterMethodNotImplemented
Undefined symbol: _OBJC_CLASS_$_FlutterMethodChannel

####開発環境

PC:macOS Monterey
エディター:Visual Studio Code

###解決策

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?