I found out that the iPhoneDevOnLinux team updated their toolchain for 3.0.
It’s really easy, what you need is the iPhone SDK 3.0 dmg and the 3.0/3.0.1 firmware and follow the instructions on their googlecode, and I got it working really fast.
Please note that I haven’t tested it yet, I just successfully built it.
I decided I needed a template App for the toolchain, so here it is.
This is a template app that will make an empty app that does nothing but put your screen white. It’s made from a UIApplication subclass, a UIViewController subclass and a UIView subclass, so it’s pretty much ready for you to code your own view, add your own methods and turn it into something.
|
|
File: App Template (3.31KB) added: 06/06/2009 |
This is what I recommend you have installed for developing.
- Linux, I have Ubuntu 9.04
- The Toolchain 2.0 with the latest headers, on Linux.
- Saurik’s ldid (on Linux and on the iPhone, in case you have trouble with any of them).
- sudo (you’ll need to install this on the iPhone, on linux it comes by default)*
This is to build a 2.0 toolchain, to build a 3.0 toolchain, go here.
I just did a clean install of Ubuntu 9.04 RC after destroying Debian by adding an Ubuntu Source and updating everything (not good), so I’m about to build the toolchain again.
Since my blog is heading to iPhone/Pod development, I think this is a good start
I’ve been using this to build SBSettings toggles (will post a template and a tut later) and I’ve had no problems, but I haven’t tested it too much.
(BTW, I got the instructions from here and enhanced them a _little_ bit)





