在做短视频和直播数据请求时出现:Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior Insert 'self->'

Xcode工程出现Block implicitly retains 'self'; explicitly mention 'self' to indicate this...警告

 

解决方法:

Building Settings ->搜索implicit retain of 'self'

将对应的值改为NO

Xcode工程出现Block implicitly retains 'self'; explicitly mention 'self' to indicate this...警告

 

 

 

相关文章:

  • 2022-12-23
  • 2021-08-10
  • 2021-05-21
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2021-06-02
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案