Masonry
Masonry copied to clipboard
Xcode masonry protocolbuffer工程不兼容
massory 在xcode 10 以后更新约束无法响应,点击方法发现 警告: Parameter of overriding method should be annotated with attribute((noescape))
请问如何解决?
Parameter of overriding method should be annotated with attribute((noescape))
podfile 里面的 platform :ios, '9.0' 不要注释 就没警告了
在.m里加上noescape 就没有警告了