今天集成阿里推送的时候添加依赖报错。
报错如下:

解决如下:
profile文件中添加source即可。
platform :ios, '9.0'
target 'HaidilaoPad' do
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
pod 'AlicloudPush', '~> 1.9.9'
end

参考链接:
https://blog.csdn.net/u011439689/article/details/81129313
https://blog.csdn.net/timtian008/article/details/78319261?locationNum=2&fps=1
网友评论