混合開發(fā)的項目運行時候報錯
command phasescriptexecution failed with a nonzero exit code
多人配合容易出現(xiàn)這個問題 pod install 會提示?
Invalid `Podfile` file: cannot load such file -- /Users/----
解決辦法:
1、flutte_module目錄執(zhí)行:flutter clean
2、flutter_module目錄執(zhí)行:flutter pub upgrade
3、宿主項目中,直接pod install,(有可能會在pod之前執(zhí)行pod repo update等)。