Using Xcode with iPhone OS 3.0.1

Once you’ve installed your security update you will no longer be able to deploy apps to your device with Xcode, until you run the update advised here.

Building your first iPhone app

The folks over at Packt publishing have published a nice succinct overview to get you started building your first iPhone app.  Of course it’s a Hello World! program, and, despite a few errors, it serves as a useful introduction, including a brief overview of the structure of the iPhone OS .

In order to make the example work

  • ignore the references to FirstApp.m, the author is referring to FirstAppAppDelegate.m which was created for you
  • you also need to remove [window addSubview:viewController.view]; from the applicationDidFinishLaunching method

iPhone Development Emergency Guide

Matt Gemmell recently published the iPhone Development Emergency Guide – quite handy if you’re just getting into iPhone development.

iPhone and Objective C App Development for Experienced Programmers

A great article from http://diamondtearz.org/, check it out.