使用Swift 4.1编译的模块无法在Swift 4.1.50中导入

时间:2018-06-14 03:44:13

标签: swift audiokit swift4.1 xcode10 swift4.1.5

我在XCode 10中使用了AudioKit 4.3,但我在构建

时遇到了这个问题

enter image description here

2 个答案:

答案 0 :(得分:4)

AudioKit不正式支持测试版软件,特别是对于预构建的二进制文件,因此如果您想使用Xcode 10,请下载AudioKit源并自行从Frameworks /文件夹运行构建./build_frameworks.sh

答案 1 :(得分:0)

如果可用,您需要重新运行pod install或更新您的库。然后清理您的项目shift + command + k,直到您看不到错误然后构建它。
如果您使用Carthage,只需运行此命令carthage update --platform iOS