#import <SenTestingKit/SenTestingKit.h> 未找到

Posted

技术标签:

【中文标题】#import <SenTestingKit/SenTestingKit.h> 未找到【英文标题】:#import <SenTestingKit/SenTestingKit.h> not found 【发布时间】:2015-12-10 04:57:36 【问题描述】:
#import<SenTestingKit/SenTestingKit.h>

使用“authorization.net”时找不到框架

【问题讨论】:

请说的具体点,能不能多加点内容? 你能检查一下这个答案吗? http://***.com/questions/3354891/xcode-sentestingkit-not-found 能否请您提供一些详细信息。 告诉我你到底在做什么以及这个错误是怎么来的? 我正在将 authorization.net 示例文件转换为我的项目,同时出现此错误。 【参考方案1】:

在 Xcode 7 中,该框架的路径如下,但该框架已被贬值,因此您需要转换为 XCTest

/Applications/Xcode.app/Contents/Developer/Library/MigrationFrameworks/SenTestingKit.framework

更新 Xcode 7 中的方案编辑器选项

【讨论】:

虽然我在转换它没有显示文件如何在 xcl 测试中添加文件,以及我需要添加哪些文件,请给我一点说明 检查这些链接 1.developer.apple.com/library/ios/documentation/DeveloperTools/… 2.***.com/questions/32707166/… 我参考这个链接developer.apple.com/library/ios/documentation/DeveloperTools/…我的项目中没有选项(点击查看方案编辑器菜单)。 停止按钮旁边显示的目标选项是您的方案编辑器菜单。我在回答中附上了截图。

以上是关于#import <SenTestingKit/SenTestingKit.h> 未找到的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 NSDebugEnabled、NSZombieEnabled、MallocStackLogging 运行 OCUnit (SenTestingKit)?

iOS:xcode 5,将项目从 xctest 迁移到 senTestingKit

使用 NSAutoreleasePool 和 NSURLConnection

Xcode 3.1 中的单元测试

块中的 STFail

#import#include#import<>和#import””的区别