Processing Symbol Files in Xcode

It downloads the (debug) symbols from the device, so it becomes possible to debug on devices with that specific iOS version and also to symbolicate crash reports that happened on that iOS version. Since symbols are CPU specific, the above only works if you have imported the symbols not only for a specific iOS device … Read more