Before that I still build IOS normally with the command: flutter build ipa. Until I upgraded to Flutter 3.3.10. It suddenly throws an exception and I can't build IOS.
Failed to build iOS app
Error (Xcode): Target release_ios_bundle_flutter_assets failed:
IconTreeShakerException: Font subsetting failed with exit code -9.
Encountered error while archiving for device.
Run Code Online (Sandbox Code Playgroud) 我正在使用这个包来扫描二维码。但我升级到3.x版本,出现错误:
[ +2 ms] FAILURE: Build failed with an exception.
[ +2 ms] * What went wrong:
[ ] Some problems were found with the configuration of task ':barcode_scan:generateDebugProto'.
[ ] > Directory '<projectName>\build\barcode_scan\extracted-protos\main' specified for property '$4' does not exist.
[ +19 ms] * Try:
[ +17 ms] 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.
Run Code Online (Sandbox Code Playgroud)
我尝试添加main …