Tag Archives: Xcode
The secret to enjoying Xcode
One of the things that made me like Xcode more and become more efficient with it is realizing that while all coders are insane, me and Xcode’s designers are insane in different ways. By that, I mean that aside from … Continue reading
Xcode and iPhone OS 3.0.1
To get Xcode 3.1.3 working with iPhone OS 3.0.1, you’ll need to teach Xcode how to target iPhone OS 3.0.1. Xcode will automatically recognize iPhone OS 3.0.1 and look for a new SDK at a set path. The problem is … Continue reading
Apple's developer documentation website is horrible
Isn’t anyone at Apple even mildly embarrassed about how poor the ADC search results are? Like everyone other Mac developer (at least, those not using a seed… no comment otherwise), I’ve been bit by the Mac OS X 10.5.7 bug … Continue reading
Setting up Subversion 1.5 on Xcode
Setting up Subversion 1.5 on Xcode. (Instructions are for Collabnet build, but you can use MacPorts build instead by replacing the path /opt/subversion/lib/ with /opt/local/lib/.)
Loving Xcode + iPhone SDK
I’ve been full time on an iPhone project (more of a prototype, really) for one day, and I absolutely love it. It’s simple and intuitive. Drop controls, set up outlets and actions. You don’t have to fight the framework. It … Continue reading
Two strikes…
Apple’s sample code includes an annoying disclaimer at the top of each file. I can understand the need for a disclaimer, but this code takes it to an obnoxious level: every .h file or .m file you open, you can’t … Continue reading
May I please crash now?
This is from Xcode’s Interface Builder. I’ve never seen a more polite assertion failure. It even asks if it’s okay to crash. You don’t see that very often. And keep in mind this is for a tool used by software … Continue reading
Xcode's documentation is automatically updated
I hadn’t seen anything about this before: Xcode’s documentation is regularly updated using RSS downloads so you always have the latest information. (Source: developer.apple.com/tools.) This is awesome. I can’t count how many times I’ve ignored documentation updates because the update … Continue reading
Apple to Carbon developers: Switch to Cocoa
Despite being promised last year, it looks like Mac OS X 10.5 will not have a 64-bit Carbon. This is actually pretty pathetic – it seems as though Carbon 64 was almost ready. Despite the Carbon team having fewer resources … Continue reading
Visual Studio vs. Xcode
Working with Xcode and Visual Studio on a day-to-day basis, it’s natural that I’d compare the two tools. The following is not intended to be an unbiased comparison. These are my opinions only. They’re based on how I work, and … Continue reading