摘要:
在project-setting中找到 “Run Static Analyzer” 键,然后把值修改为“YES”.这样在编码的时候,xcode就可以自动为我们检查内存泄露了.原图片:http://blog.csdn.net/shijiucdy/article/details/8185968xcode... 阅读全文
摘要:
Property's synthesized getter follows Cocoa naming convention for returning.今天早上在整理代码的时候发现了如上警告。在网上查询后发现,是因为苹果在新的编码,不推荐变量以new、copy等关键字开头。 阅读全文
摘要:
WARNING: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'.Q: Why am I getting "WARNING: The Copy Bundle Resou... 阅读全文
摘要:
初级:第一步 为程序添加符号断点malloc_error_break 方法如下。目标效果:让程序崩溃时跳转到出错到那一行。但是往往达不到这个效果。不行就继续往下看。At times, while running through your app, you might come across thi... 阅读全文