Like in Subversion, Git supports tags. Most developers use tags to “freeze” a bunch of files at a moment in time, much like a snapshot. Commonly this feature is used whenever a new release of your...
Learn MoreWhen you deploy an app with Xcode 5 to an iOS 7 device, all UI elements have the new iOS 7 look. This is true even if the app was never made for such snazzy graphics. Sadly, on some occasions, that new look...
Learn MoreEven though Xcode 5 GM Seed is already out, I’d still like to use Xcode 4.6.3 to submit updates of my “legacy” apps. Xcode 5 ruins certain aspects of my design, plus I’d like to keep...
Learn MoreI understand there can be many reasons for this error message. Xcode needs a distribution profile with the same Bundle Identifier as the app. Even though this seemed to have worked in the past, Xcode 4.6.3...
Learn MoreSince Xcode 5 and iOS 7 the default appearance of a UINavigationBar is black translucent. This even affects the same app running in iOS 6. Black opaque is deprecated and can no longer be set in Interface...
Learn More