I've create a new bundle project in xcode and got it compiling. But in the
project target options, there are lines through the options that control
whether debug symbols are included. I do want debug symbols, and I have the
options on, but I suspect the line through the option is preventing them,
as I cannot seem to step into my code. What could be causing the lines to
be drawn through these options? I have optimizations turned off.
I didn't have this problem with an application project.
Michael Ash - 31 Dec 2004 19:50 GMT
> I've create a new bundle project in xcode and got it compiling. But in the
> project target options, there are lines through the options that control
[quoted text clipped - 4 lines]
>
> I didn't have this problem with an application project.
A setting that's crossed out means it's being overridden in your build
style, and so you should change it there. Get info on your top-level
project icon, go to the build styles setting, and make your change.