“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 »