Xcode11下,使用Masonry产生大量instance method conflicts with same method from another category 警告(1w+)

产生原因: 主要是Masonry里View+MASShorthandAdditions,以及NSArray+MASShorthandAdditions,这两个类别,把方法声明和实现都写到.h,文件了,在xcode11里这么写会造成项目中多个target或者framework库以及.a库 引入 Masonry时产生大量  instance method  conflicts with same me
相关文章
相关标签/搜索