使用Swift 5.0编译的模块无法由Swift 5.1编译器导入:

时间:2019-10-19 07:28:20

标签: swift xcode audiokit

在XCODE 11最新版本的新项目中导入AudioKit时遇到此错误。

如何解决此问题?

1 个答案:

答案 0 :(得分:-2)

除非您需要Swift 5.1或Xcode 11专用的东西,否则建议您继续使用Xcode 10.x并移至设备支持文件,以便可以在iOS 13设备上进行调试。

https://github.com/filsv/iPhoneOSDeviceSupport

或者,如果您已经下载了Xcode 11.x,则只需移动所需的所有内容

/Applications/{XCODE11}.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

/Applications/{XCODE10}.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

对于像我这样使用Swift 5.0内置封闭源模块的人,这可能是更好的建议,但您是第一个在Google上收到此错误消息的结果。