Tag Archives: Xcode
I’ve changed my mind about Xcode snapshots
In the recent past, I’ve mocked Xcode’s snapshots. They were sluggish and not especially reliable. I’d like to say they were inefficient, too, but the truth is that they were so slow and so unreliable I never bothered to find … Continue reading
An imaginary conversation with Xcode 4 regarding snapshots
Xcode: Hey… Me: Yeah? Xcode: You want to enable snapshots yet? Me: No. Xcode: I’m just asking. Me: No. Xcode: They’re good for you, you know. Me: I’m sure they are, but see, I’ve already backed up my project. In … Continue reading
How to bring back Xcode 4′s Welcome screen
If you’ve turned off Xcode 4′s welcome screen, there’s two ways to turn it back on. Open Xcode. Choose Welcome to Xcode from the Window menu. Check Show this window when Xcode launches. Alternatively, you can turn it back on … Continue reading
How to detect iOS hardware, simulator, or Mac from Greg Parker: TargetConditionals.h. (I’ve used this chart several times since it was posted, but I haven’t linked to it before.)
Xcode tip: Renaming files shared by projects
What if you want to rename a file that’s used in multiple Xcode projects? Well, previously I’d rename the file in one project, then open each project in series and correct broken references. But I discovered today that this is … Continue reading
Better Xcode warnings through .xcconfig files
Peter Hosey posted a list of warnings he turns on. Here’s the warnings I turn on. It’s mostly the same list. Rather than set these per project, I have a .xcconfig file I add to my project. I then base … Continue reading
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. (Instructions are for Collabnet build, but you can use MacPorts build instead by replacing the path /opt/subversion/lib/ with /opt/local/lib/.)