首页 > 代码库 > cocoa pods报错The dependency `Reveal-iOS-SDK` is not used in any concrete target.
cocoa pods报错The dependency `Reveal-iOS-SDK` is not used in any concrete target.
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.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。