Month: February 2012

“What’s In A Name?”, quoth Analyze… [#iosdev #objective-c]

An interesting thing happened while doing routine runs of Analyze in Xcode 4.2. I was able to track down and solve all of the memory issues that Analyze was reporting except for one, and for the life of my I couldn’t figure out what was wrong with this code: if (![self.newBlahBlahBlah isEqualToString:anotherString]) { //… } …

“What’s In A Name?”, quoth Analyze… [#iosdev #objective-c] Read More »

Which Automated iOS Testing Tool to Use by Stewart Gleadow (@stewgleadow, #iosdev, #tdd)

Just started experimenting with KIF and found this article by Stuart Gleadow, which provides a rundown on UI automation testing tools for iOS: Which Automated iOS Testing Tool To Use – Stewart Gleadow’s Blog It seems obvious that Apple really needs to build a tool (something better than UI Automation) that is easy to create …

Which Automated iOS Testing Tool to Use by Stewart Gleadow (@stewgleadow, #iosdev, #tdd) Read More »