构建通用 swift 框架
Building a universal swift framework
我正在使用 swift 和 objective-C 构建一个混合框架。该框架是使用 xcode 和 swift4.2 构建的。现在,当我尝试将其导入 xcode 9 时,我遇到了错误 "Module compiled with Swift 4.2 cannot be imported in Swift 4.1.2"。有什么办法可以克服吗?
我的导演结构是这样的。
我打算通过 cocoapods 运送这个 pod。
Is there any way to over come this?
没有。如果你想在 Xcode 9 中使用框架,你不应该在 Xcode 10 中构建它。
我正在使用 swift 和 objective-C 构建一个混合框架。该框架是使用 xcode 和 swift4.2 构建的。现在,当我尝试将其导入 xcode 9 时,我遇到了错误 "Module compiled with Swift 4.2 cannot be imported in Swift 4.1.2"。有什么办法可以克服吗?
我的导演结构是这样的。
我打算通过 cocoapods 运送这个 pod。
Is there any way to over come this?
没有。如果你想在 Xcode 9 中使用框架,你不应该在 Xcode 10 中构建它。