Tag

Xcode

5 posts filed under this tag.

November 9, 2012

Pro Tip: Data Types Matter

I made a stupid mistake recently, which cost me more than a few hours of time to figure out. But I learned a couple things: Xcode will let you dig as deep a hole as you like, de...

Read more

August 3, 2012

Are Your (Older) Apps Ready for iOS6?

I would hope this is obvious to anyone who's been around the iOS eco-system during an iOS beta period: Make sure your apps will continue to work with the new release! Last week...

Read more

January 20, 2012

Many From One

Building one app from one code base is pretty straight forward (all other complexities of Xcode development notwithstanding, of course). Building more than one app from one code...

Read more

November 11, 2011

The Distro Scheme

If you came to Xcode4 from Xcode3, you noticed a distinctly different methodology to the way in which apps are built, namely Schemes . Schemes introduce more organization and fl...

Read more