博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CocoaPods安装第三方出错:XCode7.3
阅读量:6153 次
发布时间:2019-06-21

本文共 510 字,大约阅读时间需要 1 分钟。

错误[!] The dependency `Masonry (~> 0.6.1)` is not used in any concrete target.

在之前,我使用的版本是XCode7.0及以前的版本,现在更新到XCode7.3.  在写demo时,添加第三方总是报各种"The dependency `XXXXX` is not used in any concrete target."的错。

我在Podfile文件里中一直使用的格式是

platform :ios, '7.0'pod 'AFNetworking', '~>2.6.0'pod 'Masonry','~>0.6.1'pod 'SDWebImage', '~>3.7'pod 'Reachability', '3.2'

目前该为下面的格式就正确了

platform :ios, '7.0'target ‘LazyLoadDemoWithMasonry’ do pod 'Masonry','~>0.6.1'end

参看资料:

转载于:https://www.cnblogs.com/blogwithstudyofwyn/p/5687707.html

你可能感兴趣的文章
Get到的优秀博客网址
查看>>
老男孩教育每日一题-第107天-简述你对***的理解,常见的有哪几种?
查看>>
Python学习--time
查看>>
在OSCHINA上的第一篇博文,以后好好学习吧
查看>>
Spring常用注解
查看>>
linux:yum和apt-get的区别
查看>>
Sentinel 1.5.0 正式发布,引入 Reactive 支持
查看>>
数据库之MySQL
查看>>
2019/1/15 批量删除数据库相关数据
查看>>
数据类型的一些方法
查看>>
Webpack 2 中一些常见的优化措施
查看>>
移动端响应式
查看>>
js中var、let、const的区别
查看>>
简洁优雅地实现夜间模式
查看>>
react学习总结
查看>>
在soapui上踩过的坑
查看>>
MySQL的字符集和字符编码笔记
查看>>
ntpd同步时间
查看>>
must implement java.io.Serializable hessian
查看>>
Microsoft Licenses Flash Lite for Windows Mobile Users
查看>>