美文网首页
Podfile格式

Podfile格式

作者: 暮雨飞烟 | 来源:发表于2016-11-22 16:40 被阅读0次

platform :ios, '8.0' //平台,版本
target "custom keyboard" do //添加的target 新版必须添加
pod 'MBProgressHUD', '~> 0.9.2'
end

[!] The dependency MBProgressHUD is not used in any concrete target.
报这个错误就是因为没有加target

相关文章

网友评论

      本文标题:Podfile格式

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