即使我删除了所有使用,AppStore 仍因拥有 UIWebView 而拒绝我的构建

AppStore keeps rejecting my build due to having UIWebView even though I removed all usage

Apple 已停止接受带有 UIWebView 的新应用程序,我的应用程序有一些用途并被删除然后我更新了 FB sdk 并在那里被删除但我的构建被拒绝了,

联系了 Apple 支持,他们引导我在 xcarchivegrep -R UIWebView * 当我 运行 命令时,我得到以下令我困惑的结果,请问如何从 DSYM 文件中删除 UIWebView 或正确的操作过程是什么

BCSymbolMaps/12DE5FB2-2DBE-3A66-ABD5-2B64CE66D422.bcsymbolmap:l_OBJC_PROTOCOL_$_UIWebViewDelegate
BCSymbolMaps/12DE5FB2-2DBE-3A66-ABD5-2B64CE66D422.bcsymbolmap:l_OBJC_LABEL_PROTOCOL_$_UIWebViewDelegate
Binary file Products/Applications/APPNAME.app/APPNAME matches
Binary file dSYMs/GTMSessionFetcher.framework.dSYM/Contents/Resources/DWARF/GTMSessionFetcher matches
Binary file dSYMs/Mixpanel.framework.dSYM/Contents/Resources/DWARF/Mixpanel matches
Binary file dSYMs/Lottie.framework.dSYM/Contents/Resources/DWARF/Lottie matches
Binary file dSYMs/Protobuf.framework.dSYM/Contents/Resources/DWARF/Protobuf matches
Binary file dSYMs/GoogleToolboxForMac.framework.dSYM/Contents/Resources/DWARF/GoogleToolboxForMac matches
Binary file dSYMs/RangeSeekSlider.framework.dSYM/Contents/Resources/DWARF/RangeSeekSlider matches
Binary file dSYMs/PromiseKit.framework.dSYM/Contents/Resources/DWARF/PromiseKit matches
Binary file dSYMs/SwiftyJSON.framework.dSYM/Contents/Resources/DWARF/SwiftyJSON matches
Binary file dSYMs/ADCountryPicker.framework.dSYM/Contents/Resources/DWARF/ADCountryPicker matches
Binary file dSYMs/Toast_Swift.framework.dSYM/Contents/Resources/DWARF/Toast_Swift matches
Binary file dSYMs/SnapKit.framework.dSYM/Contents/Resources/DWARF/SnapKit matches
Binary file dSYMs/YoutubeKit.framework.dSYM/Contents/Resources/DWARF/YoutubeKit matches
Binary file dSYMs/IGListKit.framework.dSYM/Contents/Resources/DWARF/IGListKit matches
Binary file dSYMs/GoogleUtilities.framework.dSYM/Contents/Resources/DWARF/GoogleUtilities matches
Binary file dSYMs/AWSCore.framework.dSYM/Contents/Resources/DWARF/AWSCore matches
Binary file dSYMs/AWSS3.framework.dSYM/Contents/Resources/DWARF/AWSS3 matches
Binary file dSYMs/SocketRocket.framework.dSYM/Contents/Resources/DWARF/SocketRocket matches
Binary file dSYMs/TagListView.framework.dSYM/Contents/Resources/DWARF/TagListView matches

深入搜索 pods 后发现 googleSignin 需要更新,问题是 Google 没有说明他们放弃 UIWebKit 的版本