Quantcast
Channel: CSDN博客移动开发推荐文章
Viewing all articles
Browse latest Browse all 5930

-fobjc-arc 和 -fno-objc-arc 的使用

$
0
0

在非ARC工程中集成ARC代码:
使用-fobjc-arc来标记那些通过ARC编译的第三方源代码。

在ARC工程中集成非ARC的第三方代码,编译库里面的文件需要使用-fno-objc-arc

常见错误:
--Cast of an indirect pointer to an Objective-C pointer to ‘CFTypeRef ’ (aka ‘const void *‘) is disallowed with ARC

作者:u011018979 发表于2017/7/4 16:08:32 原文链接
阅读:58 评论:0 查看评论

Viewing all articles
Browse latest Browse all 5930

Trending Articles