grep -r "UIWebView" .
同理,也可以查询项目中的报警字段是出自哪个SDK
例如:
warning: (arm64) could not find object file symbol for symbol +[WPKWALogManager sharedInstance]
通过下面命令可以查询到
grep -r "WPKWALogManager" .
结果:
Binary file ./Pods/UMAPM/UMAPM_1.4.2/UMAPM.framework/UMAPM matches
网友评论