首页 > 移动平台 > 详细

cocoa pods报错The dependency `Reveal-iOS-SDK` is not used in any concrete target.

时间:2016-09-05 13:47:30      阅读:215      评论:0      收藏:0      [点我收藏+]

Podfile错误写法,会报错The dependency `Reveal-iOS-SDK` is not used in any concrete target.

platform:ios,‘7.0‘

pod ‘Reveal-iOS-SDK‘, :configurations => [‘Debug‘]

 

Podfile正确的写法:

platform:ios,‘7.0‘

target ‘WeiYiTest‘ do
pod ‘Reveal-iOS-SDK‘, :configurations => [‘Debug‘]
end

修改Podfile之后,Pod install就没有问题了,Pod update也没问题。

 

cocoa pods报错The dependency `Reveal-iOS-SDK` is not used in any concrete target.

原文:http://www.cnblogs.com/wobuyayi/p/5841837.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!