混合开发的项目运行时候报错
command phasescriptexecution failed with a nonzero exit code
多人配合容易出现这个问题 pod install 会提示
Invalid `Podfile` file: cannot load such file -- /Users/----
解决办法:
1、flutte_module目录执行:flutter clean
2、flutter_module目录执行:flutter pub upgrade
3、宿主项目中,直接pod install,(有可能会在pod之前执行pod repo update等)。