Xcode 10 – How to Keep the Object Library Open
Like many others, when I upgraded to Xcode 10, I wasn’t a fan of the missing Object Library. Once I found it, I knew I’d… Read More »Xcode 10 – How to Keep the Object Library Open
Like many others, when I upgraded to Xcode 10, I wasn’t a fan of the missing Object Library. Once I found it, I knew I’d… Read More »Xcode 10 – How to Keep the Object Library Open
Unit Testing for iOS Developers Unit testing is a useful method for verifying functionality—both before and after development—and can help you catch and fix… Read More »iOS Unit Testing with Xcode (Online Course)
Good news… Apple’s app review process has become significantly faster during the first five months of 2016, according to AppReviewTimes.com, a website that tracks average… Read More »Apple’s App Review Process Now Takes as Little as Two Days – Mac Rumors
I saw a script online somewhere (stackoverflow?) a while back that created some iOS icon resolutions. I updated it and found it very useful. iOS Icon… Read More »iOS Icon Resolutions Creator Script
In some cases, you want to disable ARC in your project just for one or some subset of files. Usually this is the case, for… Read More »Disable ARC Compilation in Xcode for an iOS/Objective-C File
This was tricky… I kept getting: iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 57×57… Read More »MacOSX 10.7.3 Update Breaks iOS App Validation
I found this helpful “recipe” for setting up automatic build versioning in Xcode… Dealing with build and version numbers in applications whether for Desktop MacOSX… Read More »Recipe: Automatic Version Number, Build Number & Build Date Handling | MacIndie