Development for iPhone on PPC-based computer - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T11:04:30Z http://stackoverflow.com/feeds/question/695558 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer 1 Development for iPhone on PPC-based computer Brian 2009-03-29T22:55:29Z 2009-07-30T03:13:16Z <p>It has been said elsewhere that developing for iPhone <a href="http://stackoverflow.com/questions/190662/whats-the-cheapest-mac-development-box-possible">requires an Intel-based computer</a>, but this doesn't seem to be the case according to the few introductory Apple docs I've read. See <a href="http://developer.apple.com/iphone/gettingstarted/docs/iphonedevtools.action" rel="nofollow">this</a> for example, which says merely, "To develop applications for iPhone OS, you need a Mac OS X computer running the Xcode tools." Can anyone provide a reference?</p> http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer/695565#695565 0 Answer by BRH for Development for iPhone on PPC-based computer BRH 2009-03-29T22:59:29Z 2009-03-29T22:59:29Z <p>Hm, I believe Apple says it's intel-only, but there are certainly cases of people getting at least part of it working on PPC: <a href="http://arstechnica.com/apple/news/2008/03/iphone-sdk-not-just-intel-only-anymore.ars" rel="nofollow">http://arstechnica.com/apple/news/2008/03/iphone-sdk-not-just-intel-only-anymore.ars</a></p> <p>There are other hits on Google that tell you how to set it up.</p> http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer/695700#695700 1 Answer by ceejayoz for Development for iPhone on PPC-based computer ceejayoz 2009-03-30T00:36:13Z 2009-03-30T00:36:13Z <p>Cnet <a href="http://reviews.cnet.com/8301-19512%5F7-10115416-233.html" rel="nofollow">has instructions</a> on setting it up on PPC. Just remember that Apple's not likely to be much help with it - it's entirely unsupported, as it requires a hack to even work in the first place.</p> http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer/695839#695839 8 Answer by Matt Gallagher for Development for iPhone on PPC-based computer Matt Gallagher 2009-03-30T02:26:54Z 2009-03-30T02:32:51Z <p>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.</p> <p>You only need to edit two things: <a href="http://secret.hnc.cc/archives/116-How-to-get-the-iPhone-SDK-installing-on-PPC.html" rel="nofollow">change Xcode's installer script</a> so the installer will install it on a PowerPC and <a href="http://blog.flextip.net/en/2008/12/iphone-no-architectures-to-compile-for-ppc/" rel="nofollow">change the default Simulator configuration</a> so it considers PPC a valid simulator target architecture.</p> <p>It is sometimes flakey installing onto a device from a PPC but it will work.</p> <p>For iPhone SDK 3.0, Apple have not 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).</p> <p>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.</p> http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer/696311#696311 0 Answer by tiendan for Development for iPhone on PPC-based computer tiendan 2009-03-30T07:38:26Z 2009-03-30T07:38:26Z <p><a href="http://blog.flextip.net/2008/12/iphone-no-architectures-to-compile-for-ppc/" rel="nofollow">http://blog.flextip.net/2008/12/iphone-no-architectures-to-compile-for-ppc/</a></p> <p>This link is good for me. I was installed SDK on PPC successfull</p> <p>Thanks</p> http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer/874027#874027 0 Answer by Andy Dent for Development for iPhone on PPC-based computer Andy Dent 2009-05-17T06:39:12Z 2009-05-17T06:39:12Z <p>I'd like to say a big thank you and recommendation for Alex Blewitt's PPC iPhone SDK installer script. He <a href="http://alblue.blogspot.com/2008/12/enabling-iphone-development-on-ppc-macs.html" rel="nofollow">packaged</a> a tool that does the whole thing for you complete with simple instructions. I just got it running on my Powerbook 12" which I travel with.</p> http://stackoverflow.com/questions/695558/development-for-iphone-on-ppc-based-computer/1204264#1204264 -2 Answer by shaman for Development for iPhone on PPC-based computer shaman 2009-07-30T03:13:16Z 2009-07-30T03:13:16Z <p>Please someone figre out how to do it on a powerpc g5 with sdk 3.0 </p>