Showing All Errors Only Command PhaseScriptExecution failed with a nonzero exit code
Posted 茉莲晨曦
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Showing All Errors Only Command PhaseScriptExecution failed with a nonzero exit code相关的知识,希望对你有一定的参考价值。
Flutter 与ios混编或者直接运行Flutter的iOS项目的时候,有时会遇到这个问题:Showing All Errors Only Command PhaseScriptExecution failed with a nonzero exit code
可以重新用cocoapods安装一下第三方
移除现有的三方
pod deintegrate
重新集成新的三方
pod install
以上是关于Showing All Errors Only Command PhaseScriptExecution failed with a nonzero exit code的主要内容,如果未能解决你的问题,请参考以下文章