ios runtime objc_msgSend方法调用报错,导入框架时都是没有提示的

如上图,Enable Strict Checking of objc_msgSend Calls的默认值是YES
当值为YES时,objc_msgSend方法没有参数;
当改为NO时,objc_msgSend方法有两个参数
原因如下文档截图

ios runtime objc_msgSend方法调用报错,导入框架时都是没有提示的
#import <objc/runtime.h>
#import <objc/message.h>
导入上面两个框架是都是没有提示的,下面的博客描述有误

OC-Xcode中导入runtime框架,函数参数没有提示的处理方法

相关文章:

  • 2021-12-19
  • 2021-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-11-22
  • 2021-05-25
  • 2022-12-23
猜你喜欢
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案