Search code examples
iosxcodeapp-storecrash-reportssymbolicate

“Strip Debug Symbols During Copy” and “Strip Linked Product” difference on xCode


  1. What is a difference between “Strip Debug Symbols During Copy” and “Strip Linked Product” options?

  2. What does it mean if “Strip Debug Symbols During Copy” = YES and “Strip Linked Product” = NO?

  3. Is it possible to upload an application to the App Store with symbolicated data on the separate .dsym file (not on the binary)?


Solution

  • On the latest version of xCode on the new project the default options works well. So, it's not required to change them any more.