Flutter | Codepoint 58848 not found in font, aborting | Execution failed for task ‘:app:compileFlutterBuildRelease’.

Codepoint 58848 not found in font, aborting.

FAILURE: Build failed with an exception.

What went wrong:

Execution failed for task ‘:app:compileFlutterBuildRelease’.

BUILD FAILED

Gradle task assembleRelease failed with exit code 1

  • Build with extra flag
flutter build apk --no-tree-shake-icons
  • Build debug apk

Check if build is successful in debug mode

flutter build apk --debug
  • Check pubspec.yaml

Check your pubspec.yaml for any error.

  • Use Flutter Stable Channel
flutter channel stable
flutter upgrade --force
  • Check custom fonts and icons

Try to build after removing custom icons/font or icons/font library. Re-build/re-generate custom icons and try again.

Leave a comment

Design a site like this with WordPress.com
Get started