【发布时间】:2018-02-13 15:51:14
【问题描述】:
为了通过 CocoaPods 安装 AudioKit 4.1,我在终端上做了pod 'AudioKit', '~> 4.1',但我得到了一个错误:
[!] Unable to satisfy the following requirements:
- AudioKit (~> 4.1) required by Podfile
None of your spec sources contain a spec satisfying the dependency: AudioKit (~> 4.1).
怎么了?
我使用 Swift 4 和 Xcode 9.2。
【问题讨论】:
标签: swift xcode cocoapods audiokit