views:

159

answers:

2

It is supposed to be possible to install XCode + SDK on a PowerPC. How easy is this? Can it be done with the latest version (3.2.2). If not, which versions? (I think the latest XCode needs an OS version that doesn't run on PowerPC)

+2  A: 

3.2.3 is the current version, and it requires OS X 10.6, so no-go for your PowerPC.

http://en.wikipedia.org/wiki/Xcode suggests that 3.1 will run on PPC. It's OS X 10.5, which doesn't support G3s or slower G4s.

XCode 2.1, on 10.4, probably allows you to run on G3s, but doesn't include an iPhone SDK.

One challenge you will run into is that you may not be able to produce iPhone binaries for versions of iOS that Apple accepts for iTunes distribution—iPhone SDKs are generally tied to versions of XCode (with some backwards build compatibility for newer versions).

Seamus Campbell
Apple only accepts binaries linked against the 4.0 SDK now
rpetrich
So 3.1 and 3.2.3 should be the same?Would that be the latest 3.1.*?
Olav
Running on the device is seconday
Olav
3.1 and 3.2.3 are not the same. 3.1 is Leopard and 3.2.3 is Snow Leopard.
Seamus Campbell
A: 

I ran 2.2.1 on 10.5.1 with a plist hack to think its 10.5.4

Sum