I have been working on my project with xcode 5 for the past few days. I've switched over to Xcode 4 because I wanted to make sure everything in my project would be compatible with IOS 6.
After reverting the XIBs, I get the following error when I attempt to run my project. Every other time I run, my app crashes, but every other time it does not... Weird.
target specifies product type 'com.apple.product-type.bundle.unit-test', but there's no such product type for the 'iphonesimulator' platform
How can I go about solving this issue?
Thank you for your time.