cocoapods无法找到最新版本,于是进行升级,升级后install报错如题,查询后得知新版cocoapods需要在Podfile中明确指出target
platform :ios,"8.0"
target"项目名"do
pod ...
end
一定不要忘了end
cocoapods无法找到最新版本,于是进行升级,升级后install报错如题,查询后得知新版cocoapods需要在Podfile中明确指出target
platform :ios,"8.0"
target"项目名"do
pod ...
end
一定不要忘了end
本文标题:iOS 报错 The dependency `` is not
本文链接:https://www.haomeiwen.com/subject/tvbuhttx.html
网友评论