'Is it okay to delete .dYSM file?
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
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
