0

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.

EdGar
  • 11
  • 2
  • possible duplicate of [Symbol stripping of Objective C code still leaves method names, etc. in binary](http://stackoverflow.com/questions/13171103/symbol-stripping-of-objective-c-code-still-leaves-method-names-etc-in-binary) – Martin R Aug 11 '13 at 04:21
  • But why C++ class, without ObjC, marked as "C++ Source" are also in the output binary? – EdGar Aug 11 '13 at 16:26

0 Answers0