JavaShuo
栏目
标签
Xcode9.3 解决Block implicitly retains 'self'; explicitly mention 'self' to indicate this...警告
时间 2020-12-21
标签
iOS
Xcode
Warning
栏目
iOS
繁體版
原文
原文链接
升级到Xcode9.3之后,大括号里声明的属性,在Block里面就会出现Block implicitly retains 'self'; explicitly mention 'self' to indicate this...的警告,大量这样声明的属性,产生了大量的黄色警告⚠️,很烦人!解决办法如下图所示: 在Build Setting里面搜索Implicit retain of 'self'
>>阅读原文<<
相关文章
1.
Xcode9.3 Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended beh
2.
Xcode工程出现Block implicitly retains 'self'; explicitly mention 'self' to indicate this...警告
3.
代码块block :capturing self strongly in this block is
4.
python对self的警告
5.
Capturing 'self' strongly in this block is likely to lead to a retain cycle [duplicate]
6.
php this、self和parent理解
7.
weak self & strong self
8.
[android警告] AndroidManifest.xml警告 Should explicitly set android:allowBackup to true or false
9.
__weak typeof(self) weakSelf = self;
10.
_weak typeof(self) weakSelf = self;
更多相关文章...
•
SVN 解决冲突
-
SVN 教程
•
XSL-FO block 对象
-
XSL-FO 教程
•
Scala 中文乱码解决
•
常用的分布式事务解决方案
相关标签/搜索
self
mention
explicitly
implicitly
indicate
xcode9.3
警告
告警
block
解决
iOS
Spring教程
NoSQL教程
SQLite教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
Mud Puddles ( bfs )
2.
ReSIProcate环境搭建
3.
SNAT(IP段)和配置网络服务、网络会话
4.
第8章 Linux文件类型及查找命令实践
5.
AIO介绍(八)
6.
中年转行互联网,原动力、计划、行动(中)
7.
详解如何让自己的网站/APP/应用支持IPV6访问,从域名解析配置到服务器配置详细步骤完整。
8.
PHP 5 构建系统
9.
不看后悔系列!Rocket MQ 使用排查指南(附网盘链接)
10.
如何简单创建虚拟机(CentoOS 6.10)
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Xcode9.3 Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended beh
2.
Xcode工程出现Block implicitly retains 'self'; explicitly mention 'self' to indicate this...警告
3.
代码块block :capturing self strongly in this block is
4.
python对self的警告
5.
Capturing 'self' strongly in this block is likely to lead to a retain cycle [duplicate]
6.
php this、self和parent理解
7.
weak self & strong self
8.
[android警告] AndroidManifest.xml警告 Should explicitly set android:allowBackup to true or false
9.
__weak typeof(self) weakSelf = self;
10.
_weak typeof(self) weakSelf = self;
>>更多相关文章<<