错误代码:

 objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);

解决方案:选中项目 - Project - Build Settings -Apple LLVM 6.0 - Preprocessing > ENABLE_STRICT Checking of objc_msgSend Calls  将其设置为 NO 

相关文章:

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