PDA

View Full Version : Xcode Backwards compatible?




kristiaand
Oct 13, 2008, 04:59 PM
Hi everyone,
its me again im back and still refusing to read manuals :)

just a quick question, im using leopard and xcode 3 is there a way i can make the project compatable so i can compile it with xcode 2.5 on tiger?

also the leopard mac is an intel and the tiger mac is a PPC, will this cause any problems?

thanks
Kris



kainjow
Oct 13, 2008, 08:10 PM
Get Info on the project file (first item under Groups & Files), select the General tab and then change the Project Format to 2.4-compatible.

PPC/Intel doesn't matter as long as you're building as a universal binary (which it should be by default).