未找到Xcode 7'SenTestingKit/SenTestingKit.h'文件

use*_*695 9 ios9 xcode7

我有一个在xcode 6.4中正常运行的项目,现在我在xocde7 beta版本中运行它.它找不到错误'SenTestingKit/SenTestingKit.h'文件

/Applications/Xcode7-beta.app/Contents/Developer/Library
Run Code Online (Sandbox Code Playgroud)

我在这条路径下搜索并没有找到任何SenTestingKit框架.当我查看xcode 6.4的相同路径时,存在SenTestingKit.知道我为什么会收到这个错误吗?

uch*_*aka 5

SenTest已弃用并已删除.应该有一个升级到XCTest的选项.我相信Refactor菜单项或通过构建错误中的黄色警报图标之一.