美文网首页
cocoapods问题总结

cocoapods问题总结

作者: DeadRoach | 来源:发表于2016-07-10 16:10 被阅读49次

好久没用cocoapods了,最近一装是各种错误,安装教程就不啰嗦了,网上一搜一大把,说说我碰到的一些小问题:

1.[!] Unable to find a pod with name, author, summary, or descriptionmatching `fan`

pod update搞定~~~

如果你搜索出来的三方库并不是你想要的结果,比如搜AFNetworking结果只搜出来了个二次封装AFNetworking的山寨,也可以用上述指令解决

2.[!] The dependency `MJRefresh (~> 3.1.10)` is not used in any concrete target.

cocoapods升级之后,podfile文本格式要求发生改变,需要加入一行target “项目名称” do即可

3.快速安装

$ pod install (新增翻墙操作,提高加载效率(Sure):pod install —-verbose -—no-repo-update)

相关文章

网友评论

      本文标题:cocoapods问题总结

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