I first duplicated my project before I renamed it. After the rename i'm getting
Lexical or Preprocessor Issue <XCTest/XCTest.h> not found.
The error directs me to the myapptests.m file which calls to
#import <XCTest/XCTest.h>
Also the next line
@interface SpyShotTests : XCTestCase
The "XCTestCase" is not hi-lighted in purple.
Any tutorial i've seen has directed me to the Framework Search Paths in Build Settings - but the framework search path is exactly the same as the initial file and that file builds with no issues.