Command CompileSwiftSources failed with a nonzero exit code

在 Xcode 10 中, 我们编译的时候可能会遇到这种提示 Command CompileSwiftSources failed with a nonzero exit code.

解决方法:

Build Setting 里面自添加一条 user-defined[点击Level 边上的 + 号就可以添加], 属性为 SWIFT_ENABLE_BATCH_MODE, 值为NO. 再次编译就能发现编译失败的真正原因.

参考

Swift 4.2 Release Notes for Xcode 10

你可能感兴趣的:(Command CompileSwiftSources failed with a nonzero exit code)