小编Doa*_*Bui的帖子

Flutter build IOS error IconTreeShakerException: Font subsetting failed with exit code -9

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)

build ios flutter

3
推荐指数
1
解决办法
1753
查看次数

为属性“$4”指定的 Flutter (Barcode_scan) build\barcode_scan\extracted-protos\main' 不存在

我正在使用这个包来扫描二维码。但我升级到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 …

barcode barcode-scanner flutter

1
推荐指数
1
解决办法
1347
查看次数

标签 统计

flutter ×2

barcode ×1

barcode-scanner ×1

build ×1

ios ×1