Xcode 7 unit testing extremely slow
... cannot merge previous GCDA file: corrupt arc tag (0x00000000) ... cannot merge previous GCDA file: corrupt arc tag (0x00000000) ... cannot merge previous GCDA file: corrupt arc tag »
... cannot merge previous GCDA file: corrupt arc tag (0x00000000) ... cannot merge previous GCDA file: corrupt arc tag (0x00000000) ... cannot merge previous GCDA file: corrupt arc tag »
If you are an iOS programmer, you must had set breakpoints at dealloc method to check is this object leaked. huh? Memory leaks can be harmful, »
I had lots of UIViewController they ends up by pushing another UIViewController. That's say I had a AUIViewController it would push BUIViewController by MyUINavigationController. When writing »
This article is been deprecated New version of this topic goes to http://imnotyourson.com/unit-tests-that-avoid-memory-leaks/ »
I spend a lot of time to figure it out how to test UIViewController. Notes here: UIViewController didn't load when initiated UIStoryboard *storyboard =[UIStoryboard storyboardWithName:@"MainStoryboard" »