I have a project in XCode which runs fine, but when i try testing it using the (XCTestCase) Testing framework I get this error "Test session exited(80) without checking in : Executable does not provide an architecture compatible with the current process" The architecture setting for the project is "standard architectures(armv7,arm64)" From the error statement it looks like i have issues with the architecture settings of the project, which I am unable to figure out what exactly.
From the detailed log file I could get this "The bundle couldn’t be loaded because it doesn’t contain a version for the current architecture."