0

I changed the name of Xcode project and now the app not compiling. The error is : "XCTest/XCTest.h file not found". I don't know how to fix it.

1 Answers1

0

You need to check the framework search path in your code. Refer this XCTest/XCTest.h not found on old projects built in Xcode 6

EDIT:-

If you are using storyboard, select each of the view controller and check at the Storyboard ID field . Also make sure that none of the Storyboard ID fields should be blank.

Community
  • 1
  • 1
Hussain Shabbir
  • 14,801
  • 5
  • 40
  • 56