Can any one help me to understand in simple terms that what is debug symbols? When to use them.
How do I make sure the my iOS application stripped of debug symbols. Some of other answer suggested that under Targets> Build settings> Deployment > SET NO to strip Debug Symbol During Copy.
But I have only Debug and Release entries and both are SET NO.
1) DO I have to add Distribute entry and SET it to NO? 2) Once I have SET this items to NO how do I make sure stripping debug symbol are now working?