I have a few projects I\'m trying to build with Xcode 6 Beta 2. The projects all have some type of library that uses XCTest (Kiwi/XCTest and Specta) that don\'t build in Xco
I have faced same issue after some time I have imported XCTest framework from build phases and solved the issue.
Build phases-> XCTest.Framework>clean and run. I hope it will be helpful to some one..
for your reference...Import XCTest in to existing project