Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 'SenTestingKit/SenTestingKit.h' file not found

Tags:

ios9

xcode7

I have project which is running fine in xcode 6.4 now i am running it in xocde7 beta version. Its giving error 'SenTestingKit/SenTestingKit.h' file not found

/Applications/Xcode7-beta.app/Contents/Developer/Library

I searched under this path and not found any SenTestingKit framework. Where as when i look in to xcode 6.4 for the same path there SenTestingKit is present. Any idea why i am getting this error ?

like image 961
user1039695 Avatar asked Aug 03 '15 11:08

user1039695


1 Answers

SenTest was deprecated and removed. There should be an option to upgrade to XCTest. I believe in the Refactor menu item or via one of the yellow alert icons in build errors.

like image 129
uchuugaka Avatar answered Nov 09 '22 12:11

uchuugaka