美文网首页
# [!] Unable to find a specifica

# [!] Unable to find a specifica

作者: 玉思盈蝶 | 来源:发表于2020-04-20 17:23 被阅读0次

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

报错如下:

image.png

解决如下:

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
image.png

参考链接:

https://blog.csdn.net/u011439689/article/details/81129313

https://blog.csdn.net/timtian008/article/details/78319261?locationNum=2&fps=1

相关文章

网友评论

      本文标题:# [!] Unable to find a specifica

      本文链接:https://www.haomeiwen.com/subject/kotjihtx.html