Archive for January, 2006

xcodebuild

Saturday, January 7th, 2006

To build an Xcode project from the command line, run “xcodebuild” in your project directory. Here are some useful examples: xcodebuild -configuration Debug xcodebuild -configuration Release clean build Consult ‘man xcodebuild’ for more information.

My 150GB iPod Mini

Thursday, January 5th, 2006

Yesterday I routinely plugged my 4GB iPod Mini into my PowerBook. Shortly after plugging it in, I see an iPod update box saying that the ipod “Extras@Work” needed the 11-25-2005 (or some date in Nov.) update. I scratched my head thinking “I’ve plugged my iPod in since November”. Then I realized “Extras@Work” […]

Understand IB’s Exclamation Point *Before* You Ignore It

Monday, January 2nd, 2006

I just wasted ~2 hours debugging a problem that was the result of my “IBOutlet NSTableView *profileTableView” not being wired up in Interface Builder. When IB knows about an outlet or action that isn’t wired up, the icon in the instances tab gets an exclamation point in its lower left hand corner. This is a […]


© 2006 roobasoft, LLC