Saturday, May 2, 2009

XCode GCC section missing in build settings

If you encounter this that the GCC 4 section was missing in XCode



All you need to do is to set the Active SDK to the same value as the Project Base SDK



Then you will see the GCC section again.

But it will disappear when you set it to Simulator again, this is a bug.



 
 
 

1 comment:

Junda said...

I faced the problem and was puzzled that some of my projects did not show the GCC section. Thanks for the solution, which though I have no idea why it has to be that way..