I tried to submit a build in Test Flight, however, Apple rejects it because some of the libraries are using UIWebView, this includes Mastercard Payment Gateway (MPGSDK). It is using UIWebView in its .dYSM file. Is it okay to delete the .dYSM file containing the UIWebView?
I ran this
grep -r UIWebView /Path/To/Project/*
Binary file path/Carthage/Build/iOS/MPGSDK.framework.dSYM/Contents/Resources/DWARF/MPGSDK matches
Yes you can delete it, but you won't be able to analyze app crashes anymore. Read more about the system here: https://developer.apple.com/library/archive/technotes/tn2151/_index.html