I have an IOS app (ObjC and C++) I've just noticed that the output binary file contains debuger symbols - there are no variable names nor method names, but I can see class names.
All stripping settings are enabled, GenerateDebugSymbols is set to "no", but still class names are in the output file. Debugger also shows class names
Why does it happen? How can I remove ALL debug symbols? Are those symbols removed during/after upload to appstore?
Thanks, Ed.