Which setting in Project Settings page needs to be set in order for Xcode to generate debug symbols for a project?
If I set 'Generate Profiling Code" to checked, as soon as I try to build, I get the error,
cc1obj: error: unrecognised debug output level "-full"
If not, the other way to do this I thought was by setting the 'OTHER_CFLAGS' value to '-g' but it also yields the same error.