【发布时间】:2016-01-30 03:07:26
【问题描述】:
我正在尝试快速安装 Realm,期望终端不断给我这个错误:Unable to find a specification for RealmSwift (~> 0.97)。我的 pod 文件完全按照他们的建议进行了布局。这是我的 pod 文件:
target 'AppName' do
use_frameworks!
pod 'RealmSwift', '~> 0.97'
end
target 'AppName Tests' do
use_frameworks!
pod 'RealmSwift', '~> 0.97'
end
target 'AppName UITests' do
end
target 'AppName Keyboatd' do
end
target 'AppName Keyboard' do
end
【问题讨论】: