Flutter Xcode运行的时候提示Command PhaseScriptExecution failed with a nonzero exit code

Command PhaseScriptExecution failed with a nonzero exit code

Runpath Search Paths

添加多2个:

/usr/lib/swift

@loader_path/Frameworks


Always Embed Swift Standard Libraries 设置为YES


Edit Scheme -> Build Configuration -> Release改成Debug

参考:

https://stackoverflow.com/questions/26024100/dyld-library-not-loaded-rpath-libswiftcore-dylib/69852407#69852407

你可能感兴趣的:(Flutter Xcode运行的时候提示Command PhaseScriptExecution failed with a nonzero exit code)