項目添加cocoapods時報錯:
The dependency MBProgressHUD (~> 0.9.2) ?is not used in any concrete target.
原因:
cocoapods升級到高版本以后 必須注明工程名
target "工程名" do
pod 'MBProgressHUD', '~> 0.9.2'
end
項目添加cocoapods時報錯:
The dependency MBProgressHUD (~> 0.9.2) ?is not used in any concrete target.
原因:
cocoapods升級到高版本以后 必須注明工程名
target "工程名" do
pod 'MBProgressHUD', '~> 0.9.2'
end