show/hide this revision's text 2 added 105 characters in body

I have successfully compiled, simulated and device debugged iPhone apps from a PowerPC G5 for every version of the iPhone SDK up to but not including iPhone SDK 3.0.

You only need to edit two things: change Xcode's installer script so the installer will install it on a PowerPC and change the default Simulator configuration so it considers PPC a valid simulator target architecture.The Cnet steps linke.

It is sometimes flakey installing onto a device from a PPC but it will work.

For iPhone SDK 3.0, Apple have not build built the Interface Builder components with PPC code. This means it is impossible (no hack or workaround) to use the SDK 3.0 Interface Builder. The fun of building and running iPhone apps on the PPC will end soon -- likely Snow Leopard where Xcode itself will likely lose PPC code (not that PPC users will be running Snow Leopard anyway but Xcode updates for Snowless Leopard will end).

Summary: Yes, it works on PPC. Yes, debugging the device from a PPC is flakey. No, it won't last long -- the PPC code will slowly be removed.

show/hide this revision's text 1

I have successfully compiled, simulated and device debugged iPhone apps from a PowerPC G5 for every version of the iPhone SDK up to but not including iPhone SDK 3.0.

You only need to edit two things: change Xcode's installer script so the installer will install it on a PowerPC and change the default Simulator configuration so it considers PPC a valid simulator target architecture. The Cnet steps linke.

It is sometimes flakey installing onto a device from a PPC but it will work.

For iPhone SDK 3.0, Apple have not build the Interface Builder components with PPC code. This means it is impossible (no hack or workaround) to use the SDK 3.0 Interface Builder. The fun of building and running iPhone apps on the PPC will end soon -- likely Snow Leopard where Xcode itself will likely lose PPC code.

Summary: Yes, it works on PPC. Yes, debugging the device from a PPC is flakey. No, it won't last long -- the PPC code will slowly be removed.