xcode UITests在appdelegate中找不到头文件

时间:2016-08-17 11:16:40

标签: ios objective-c swift xctest

我有一个XCTest UI包,当我想运行测试时,它给了我这个错误:

AppDelegate.h:10:9: error: 'SVProgressHUD/SVProgressHUD.h' file not found
#import <SVProgressHUD/SVProgressHUD.h>
        ^
<unknown>:0: error: failed to import bridging header 'Supporting files/LZ-Bridging-Header.h'

应用程序本身运行所以我没有看到问题。我使用carthage作为依赖项,所以没有cocoapods。我在互联网上找不到与此问题相关的任何内容。

我已经清理了我的派生数据,干净的构建,干净,非常xcode。所以我愿意接受建议。

有人能帮助我吗?

0 个答案:

没有答案