IOS 项目开发,遇到警告
强迫症想要消除
警告一:
<span style="font-size:14px;">ld: warning: no rule to process file XXX of type net.daringfireball.markdown for architecture x86_64</span>
解决方式:
<span style="font-size:24px;">target >Build Phases > Compile Sources delete this file</span>
警告二:
更新9.3后出现Block implicitly retains 'self'; explicitly mention 'self' to indicate this...警告
链接:
意思是: 用self替换_的警告
解决方法:Building Settings ->搜索implicit retain of 'self'
将对应的值改为NO
如图:

修改后:

未完待续。。。。继续补充
本文介绍了如何解决iOS项目开发中常见的两种警告问题:文件类型不匹配导致的警告及Block隐式保留'self'的警告,并提供了详细的解决方案。
1474

被折叠的 条评论
为什么被折叠?



