Am developing an existing iOS application and I have to write unit test cases for this project. It is building and running in Simulator 6.0. Whenever I try to test t
Delete your scheme then re-create it (click new icon or using autocreate of xcode). It works for me.