【发布时间】:2022-01-14 18:17:44
【问题描述】:
尝试在 Xcode 中构建我的 Flutter 应用程序时,我经常收到以下错误:
Failed to package /Users/Me/yourapp/
Command PhaseScriptExecution failed with a nonzero exit code
Font subsetting is not supported in debug mode. The --tree-shake-icons flag will be ignored.
我没有选择。我尝试了一切,实际上是以前答案中提供的每一个答案。
注意:
1 - 我首先在 Windows 上构建应用程序
2 - 通过 Github 在我的 MacBook 上克隆我的应用程序
3 - 下载的 Cocoapods
4 - 冉Flutter run
Failed to package /Users/Me/yourapp/
Command PhaseScriptExecution failed with a nonzero exit code
还有错误。
编辑:
Font subsetting is not supported in debug mode. The --tree-shake-icons flag will be ignored.
是我现在得到的...
我们如何解决这个问题?
注意:在较旧的 MacBook (2014) 上工作,并且我的设备 (iPhone) 已插入。设备和模拟器都无法工作。
【问题讨论】: