码迷,mamicode.com
首页 > 其他好文 > 详细

CocoPost Gihub 下载失败

时间:2017-12-30 23:42:59      阅读:334      评论:0      收藏:0      [点我收藏+]

标签:back   下载失败   post   nbsp   pen   shu   margin   dep   tar   

Analyzing dependencies

[!] The dependency `SVProgressHUD` is not used in any concrete target.

The dependency `Colours` is not used in any concrete target.

 

platform :ios, ‘7.0‘

pod ‘SVProgressHUD‘, ‘~> 1.0‘
pod ‘Colours‘, ‘~> 5.3.0‘

改成:
platform :ios, ‘8.0‘
inhibit_all_warnings!
target ‘Voice2Note‘ do
pod ‘SVProgressHUD‘
pod ‘Colours‘
end

CocoPost Gihub 下载失败

标签:back   下载失败   post   nbsp   pen   shu   margin   dep   tar   

原文地址:https://www.cnblogs.com/cjt5132/p/8151317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!