I keep getting this stupid error during the run script for some logic tests under the 3.2 SDK. I suspect it is a bug in XCode because I can run tests in the 4.0 without a problem, but please do correct me if there is something I can do.
If it is indeed a bug I suppose I can run the Logic Tests in 4.0. I also would think that since you are supposed to remove the run script for in Application unit tests that I would be fine to run Unit Tests in this scenario under the 3.2 SDK? Since I'm new to Unit Testing on the iPhone I was hoping someone might have gone through this before and have a prescription that works so I don't have to trial and error through it myself.
Code:
An internal error occurred when handling command output: -[XCBuildLogCommandInvocationSectionRecorder endMarker]: unrecognized selector sent to instance 0x200de9ba0
If it is indeed a bug I suppose I can run the Logic Tests in 4.0. I also would think that since you are supposed to remove the run script for in Application unit tests that I would be fine to run Unit Tests in this scenario under the 3.2 SDK? Since I'm new to Unit Testing on the iPhone I was hoping someone might have gone through this before and have a prescription that works so I don't have to trial and error through it myself.