Quick Tip: Compiling for Tiger on Snow Leopard
Just to save someone 3-5 minutes of time, if you install the 10.4u SDK to target Tiger machines with Xcode 3.2 (Snow Leopard), you will have to change a build setting to get Xcode to compile.
In the settings for your target, change the compiler option from “System Default – GCC 4.2″ to “GCC 4.0″. Then the error message will go away and you can build for Tiger.














Submitting Your Comment, give me a second...
However, it won’t compile if you build it as a 64-bit Universal. It has to be 32-bit Universal