码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2016-09-05 13:50:37      阅读:282      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!