osx - Xcode: How to create a dSym and still strip symbols? -


i'd create dsym file when building release build i'd strip symbols in executable keep things away nosy eyes. possible both? or mutually exclusive?

i'm using this:

gcc_generate_debugging_symbols=yes, gcc_debugging_symbols = full,  debug_information_format=dwarf-with-dsym,  copy_phase_strip=yes,  dwarf_dsym_file_name = "$(target_name).dsym",  dwarf_dsym_folder_path = "$(configuration_build_dir)/dsyms" 

...which create dsym file unfortunately keeps symbols in executable.

???


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -