Toolchain 3.0

No Comments

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.

Click here to go to the instructions

Simple App Template

No Comments

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.

http://blog.epelaez.net/wp-content/plugins/downloads-manager/img/icons/default.gif File: App Template (3.31KB)
added: 06/06/2009

What you need to have installed

No Comments

This is what I recommend you have installed for developing.

More

Building the iPhone 2.X Toolchain in Linux

No Comments

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)

More