I\'m on the latest beta version of Xcode (Xcode 4.5 with iOS 6.0). I\'ve got an xcode project for an iphone app and I want to add a Unit Test target on it. I\'ve followed ca
I found that in order to get Xcode to attach to my unit tests, I had to use LLDB, GDB did not work.