Quote:
Originally Posted by jtara
Excuse me for being so dense. But I cannot find this setting anywhere.
I've followed all of the advice above, and it just isn't there.
In fact, I don't have a "GCC 4.0 - Code Generation" section at all.
I'm afraid somebody is going to have to give me a click-by-click guide to finding this setting. Or has this been changed?
I'm using the 2.2 SDK.
I've tried "info" on the base for the project, and on the top-level target. The section for GCC Code Generation just isn't there.
P.S. Here's a link to a post about what looks like the same problem:
Re: Target Info: Build: Why sometimes sections of GCC settings?
I see the "User-Defined" section at the end of the build info. I do NOT see GCC 4.0 Code Generation, Language, Preprocessing, and Warnings.
|
I found myself in this position a while back. Let's see if you're having the same problem I was having.
Next time you're in Xcode, looking for those "GCC 4.0..." settings, check your current build settings. Are you building against the Simulator? I was, and you probably are too.
Now, change your build settings so that you're building against the Device and check your project settings again. Do you now have the "GCC 4.0..." settings? I did, and you probably do to.
If this doesn't work for you, I'm sorry as I have no other idea what could be causing your problem. But I've found that once I discovered this behavior pattern, it's been consistent across all of my iPhone projects.