
ios 错误bug
starnuoyan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ARC forbids explicit message send of'release'
ARC forbids explicit message send of'release' 'release' is unavailable: not available inautomatic reference counting mode 解决办法: 打开当前工程,打开"Build Settings",找到Objective-C Automatic Reference Countin转载 2012-03-14 23:29:26 · 361 阅读 · 0 评论 -
iOS5 ARC学习笔记
转载http://blog.youkuaiyun.com/favormm/article/details/7023322 iOS5中加入了新知识,就是ARC,其实我并不是很喜欢它,因为习惯了自己管理内存。但是学习还是很有必要的。 在iOS开发过程中,属性的定义往往与retain, assign, copy有关,我想大家都很熟悉了,在此我也不介绍,网上有很多相关文章。转载 2012-06-26 17:44:18 · 338 阅读 · 0 评论 -
Xcode警告:Multiple build commands for output file
[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png target引用了名字重复的资源 找到当前的target,展开之后,找到Copy Bundle Resources栏目,然后在里面找到重复名字的资源,删除不要转载 2012-07-17 17:43:04 · 479 阅读 · 0 评论