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.
Asked
Active
Viewed 60 times
1 Answers
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
-
Thanks now is compiling but crash "scene is unreachable due to lack of entry points" – user1569766 Dec 23 '14 at 20:12
-
Are you using storeyboard?? – Hussain Shabbir Dec 23 '14 at 20:21
-
Yes I tried to start a new project but still this error – user1569766 Dec 23 '14 at 20:45