Flutter build Ios failed using internationalization (intl) #2244
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceMy flutter Project is using intl following this https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization walkthrough. Especially this part: In dart code importing: The ios build process complains that it cannot find package flutter_gen: My assumption is, that intl package is defining a synthetic package (by l10n.yaml) and the build process cannot resolve it. But I habe no idea how to solve it. Expected resultsBuild process should not fail because of not finding lutter_gen Actual resultsThe ios build process complains that it cannot find package flutter_gen: Build id (optional)656f94790185bee877729835 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @printpagestopdf , can you please check out this comment. It does sound like a known issue being tracked here, you can follow up on it for further updates |
Beta Was this translation helpful? Give feedback.
Hello @printpagestopdf , can you please check out this comment. It does sound like a known issue being tracked here, you can follow up on it for further updates