BUG:使用objc_msgSend时报错

原因:Xcode默认设置是禁用Runtime objc_msgSend call方法的

解决办法:

将 objc_msgSend设置成no.不让禁用即可。


不用担心,苹果既然有这个设置。所有用objc_msgSend肯定可以上架的。

iOS Runtime msg_send报错 too many argument to function call

相关文章:

  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2021-06-20
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
相关资源
相似解决方案