摘要: 苹果文档Transitioning to ARC Release Notes里描述了好几种处理arc和非arc情况的方法,我遇到的情况是需要在一个非arc的工程里载入一个同步twitter的库,而该库是使用arc模式的文件。为了使两者兼容,我采用如下方法,顺利通过编译:Use Compiler Flags to Enable and Disable ARCYou enable ARC using a new-fobjc-arccompiler flag. You can also choose to use ARC on a per-file basis if it’s more conven 阅读全文
posted @ 2012-09-05 21:30 yingkong1987 阅读(934) 评论(0) 推荐(0)