我想使用QuickBlox Api,但在安装过程中' pod'错误:
[!]无法满足以下要求:
- Quickblox-WebRTC (~> 2.0.0)
Podfile
错误在哪里?
答案 0 :(得分:1)
好的,您的pod文件应该如下所示
source 'https://github.com/CocoaPods/Specs.git'
target 'YourProjectName' do
pod 'Quickblox-WebRTC', '~> 2.0.0'
end