(Swift 游乐场模板) Swift 5.1.3 编译器无法导入使用 Swift 5.1 编译的模块
(Swift Playground Template) Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler
我有一个从 here 下载的 Swift 游乐场模板 (Xcode 11.1)。编译时,它告诉我:
Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler
我正在使用 Xcode 11.3.1。我应该升级到最新版本还是降级到某些特定版本?如何解决?
PlaygroundSupport
是用 Swift 5.1 编译的(与 Xcode11.1 集成),它不会用更新版本的 Xcode.[=12 编译=]
为了获得最大的兼容性,您也可以使用 Xcode11.1 下载 Xcode11.1 和 运行 此模板。
我有一个从 here 下载的 Swift 游乐场模板 (Xcode 11.1)。编译时,它告诉我:
Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler
我正在使用 Xcode 11.3.1。我应该升级到最新版本还是降级到某些特定版本?如何解决?
PlaygroundSupport
是用 Swift 5.1 编译的(与 Xcode11.1 集成),它不会用更新版本的 Xcode.[=12 编译=]
为了获得最大的兼容性,您也可以使用 Xcode11.1 下载 Xcode11.1 和 运行 此模板。