iPhone SDK works on PowerPC Macs, sort of
Posted Mar 13th 2008 7:00AM by Cory Bohon
Filed under: iPod Family, Developer, iPhone

A
MacRumors post suggests that the
recently released, "Intel-only" iPhone SDK works on PowerPC Macs as well. According to the post, it worked fine on a iBook G4 running Mac OS X Leopard. The post did go on to say that Xcode displayed an error message upon trying to build a project, saying that the "target architecture does not match." Errors like these are to be expected, but at least those PowerPC-using developers can start to develop for the iPhone. There is no word yet on how the $99 digital certificate will work on the PowerPC Macs.
3by9's website has the full details on how to get the SDK running on your PPC Mac.
[original post by
3by9]
Tags: Intel, iPhone, iPod touch, IpodTouch, Mac, PowerPC, SDK, Xcode
Please keep your comments relevant to this blog entry. Email addresses are never displayed, but they are required to confirm your comments.
When you enter your name and email address, you'll be sent a link to confirm your comment, and a password. To leave another comment, just use that password.
To create a live link, simply type the URL (including http://) or email address and we will make it a live link for you. You can put up to 3 URLs in your comments. Line breaks and paragraphs are automatically converted — no need to use <p> or <br> tags.
Reader Comments (Page 1 of 1)
3-13-2008 @ 7:34AM
David said...
Presumably it would be possible to use x-grid to an Intel based Mac and build project this way.
Reply
3-13-2008 @ 9:05AM
Shane Lloyd said...
Seems to me most serious developers would have transitioned to Intel Macs over two years after the first ones came on the market. In order to move forward you've got to be working on the newest, and best platform.
Reply
3-13-2008 @ 9:26AM
T509 said...
This is validated and certified working by Applefish a member of SOSiPhone.com
http://www.sosiphone.com/forum/viewtopic.php?t=225
http://sosiphone.free.fr/posts_applefish/SDKsos.jpg
Reply
3-13-2008 @ 12:19PM
Mike Rundle said...
Just a quick clarification, it's not an error message, it's a build warning..... the build still goes off without a hitch and can be run and tested in the iPhone emulator environment. It's important to note the difference because one means apps don't build and the other means they do :)
-Mike (3by9 author)
Reply
3-14-2008 @ 3:52PM
Cenuji said...
Another way to do this that seems to work a bit better is this: - touch /tmp/insttmp_37253734 /tmp/insttmp_37253735
- sudo chmod a-w /tmp
- Start the installer. After it starts and you see the "Welcome to the XCode Tools Installer" screen, you need to run "sudo chmod a+w /tmp" so it doesn't fail when it tries to create stuff in /tmp.
After doing this, I built the MoveMe example for the simulator and ran it. It's a bit choppy (expected considering I have an 867Mhz G4), but it's usable
Reply