When trying to build appbundle for release, I receive this error message:
💪 Building with sound null safety 💪
Codepoint 59422 not found in font, aborting.
FAILURE: Build failed with an exception.
* Where:
Script '/Users/ritvij14/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1159
* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command '/Users/ritvij14/flutter/bin/flutter'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 43s
Running Gradle task 'bundleRelease'... 44.2s
Gradle task bundleRelease failed with exit code 1
When trying to build appbundle for release, I receive this error message: