id objc_msgSend(id self, SEL op, ...)

1. 在 Xcode 6 版本以上编译报错问题

  在 LLVM 6.0 中增加了一个 OBJC_OLD_DISPATCH_PROTOTYPES 宏,默认配置在

  Target

    -> Build Settings

    -> Apple LLVM 6.0 - Preprocessing

    -> Enable Strict Checking of objc_msgSend Calls 默认值为 Yes。值为 NO,就是老版本的配置。

  参考:http://blog.sina.com.cn/s/blog_9075354e0102v2kc.html

  https://www.jianshu.com/p/a361c61a3e50

2. 暂无

时常一个人发呆,看到宁静的天空。
原文地址:https://www.cnblogs.com/pinweyshg/p/9782808.html