Unleashing your build settings #xcode Bye-bye Preprocessor Macros, hello Custom Flags. Here, we look at how to switch to using Custom Flags to store configuration-specific build settings. 12 Sep 2016 • 3 min read
Runnable test schemes for Travis CI #ci #xcode #testing No one said running your unit tests on Travis CI would be easy. Who knew running tests via the Xcode UI wasn't the same as running those tests via the terminal 🤷♂️? Here, we look at how to prepare your test targets for running on Travis CI. 27 Feb 2016 • 1 min read
Keeping things @class-y #xcode #errors I run into the following error from time to time" Expected specifier-qualifier-list before `XYZ` and everytime it takes me a while to work out what caused it. Making sure I don't forget 🙃 It's caused by introducing an import circular dependance where class abc imports class xy 29 Jun 2011 • 1 min read
Missing from the target #xcode #errors Some errors are more mysterious than other. Here, we look at the especially mysterious _OBJC_CLASS_$_'XYZ' error and figure out what it means. 14 Nov 2010 • 1 min read