【发布时间】:2020-10-28 15:49:05
【问题描述】:
【问题讨论】:
标签: ios iphone swift5 swift-compiler
【问题讨论】:
标签: ios iphone swift5 swift-compiler
这是known issue。您可以通过执行以下操作来修复它:
编译可能会失败,但不会显示导致失败的错误。例如,您可能会看到消息“命令 CompileSwiftSources 以非零退出代码失败”,没有 伴随的失败原因。 (43033749) 解决方法:禁用批处理模式 通过添加名为 SWIFT_ENABLE_BATCH_MODE 的用户定义构建设置 并将其设置为 NO。
添加构建设置后,真正的问题将是 揭晓
【讨论】: