The dependency is not used in an

2017-03-30  本文已影响0人  洋葱缺心眼

项目添加cocoapods时报错:

The dependency MBProgressHUD (~> 0.9.2)  is not used in any concrete target.

原因:

cocoapods升级到高版本以后 必须注明工程名

target "工程名" do

pod 'MBProgressHUD', '~> 0.9.2'

end

上一篇 下一篇

猜你喜欢

热点阅读