【发布时间】:2016-10-19 00:10:12
【问题描述】:
我正在使用 Xcode 8 Beta (8S128d) 测试 Swift 3,这导致我的 Carthage 构建的库与源代码库不兼容。
Module file was created by an older version of the compiler; rebuild 'SwiftValidator' and try again.
如何配置 Carthage 以使 carthage update 使用 Beta 编译器而不是标准编译器?
【问题讨论】: