⚒️
[Flutter]iOSビルド時の"Module 'xxx' not found"の対処法メモ
flutter runでは問題なく動いても、flutter build iosをしたところタイトル通りのエラーが発生する。
-
GitHubのissueでも多数の事象報告、解消報告が見られる。特定ライブラリに限らず発生する模様。
https://github.com/flutter/flutter/issues/43986
https://github.com/flutter/flutter/issues/53573 -
自分の環境での解消法
Qiitaにまとめられている以下(上記issueをまとめたものだと思われるが)をまず実施、
https://qiita.com/umi_mori/items/899d8ecd37fc735c84b7
プラスで以下を実施
https://github.com/flutter/flutter/issues/53573#issuecomment-765013525
Discussion