iOS 刚创建工程Masonry报self警告
2018-08-20 本文已影响0人
海耐射手
警告内容:Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
解决办法:
Building Settings
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=NO
警告内容:Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
解决办法:
Building Settings
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=NO