相关疑难解决方法(0)

无法在Xcode 6 Beta 5上运行测试

我有一个使用Kiwi测试框架的iOS项目(我从cocoapods安装的最新版本2.3.0).首先,当我运行测试时,我收到一个错误,它无法找到XCTest.h.所以我按照这个答案的建议:https://stackoverflow.com/a/24651704/1082326,问题就消失了.

但是出现了一个不同的问题,现在当我尝试运行测试时,选择的模拟器是"iPhone 5(8.0)",然后我收到以下错误:

IDEBundleInjection.c: Error 3587 loading bundle
'/Users/ifeins/Library/Developer/Xcode/DerivedData/teacup-
aaenoytmfpqpgmaebqotyfrutlxy/Build/Products/Debug-iphonesimulator/teacup-tests.octest': 
The bundle “teacup-tests.octest” couldn’t be loaded because it is damaged or missing 
necessary resources.
DevToolsBundleInjection environment:
XCInjectDiagnostics: (null)
XCInjectBundleInto: /Users/ifeins/Library/Developer/Xcode/DerivedData/teacup- 
aaenoytmfpqpgmaebqotyfrutlxy/Build/Products/Debug-iphonesimulator/valet.app/valet
XCInjectBundle: /Users/ifeins/Library/Developer/Xcode/DerivedData/teacup-
aaenoytmfpqpgmaebqotyfrutlxy/Build/Products/Debug-iphonesimulator/teacup-tests.octest
TestBundleLocation: /Users/ifeins/Library/Developer/Xcode/DerivedData/teacup-
aaenoytmfpqpgmaebqotyfrutlxy/Build/Products/Debug-iphonesimulator/teacup-tests.octest
TMPDIR: /Users/ifeins/Library/Developer/CoreSimulator/Devices/BC59F7AC-9D3E-4FFC-9726-
97911AA597A6/data/Containers/Data/Application/E1D4A3F0-C06B-485D-BF87-9F5EA70D974A/tmp
DYLD_LIBRARY_PATH: /Users/ifeins/Library/Developer/Xcode/DerivedData/teacup-
aaenoytmfpqpgmaebqotyfrutlxy/Build/Products/Debug-iphonesimulator
DYLD_INSERT_LIBRARIES: /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFra
meworks/IDEBundleInjection.framework/IDEBundleInjection
DYLD_FRAMEWORK_PATH: /Users/ifeins/Library/Developer/Xcode/DerivedData/teacup-
aaenoytmfpqpgmaebqotyfrutlxy/Build/Products/Debug-iphonesimulator
DYLD_FALLBACK_LIBRARY_PATH: /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulat
or8.0.sdk/usr/lib
DYLD_FALLBACK_FRAMEWORK_PATH: /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/Developer/Library/Frameworks
Run Code Online (Sandbox Code Playgroud)

你知道这可能是什么问题吗?

提前谢谢,Ido

testing ios kiwi xcode6

9
推荐指数
1
解决办法
3399
查看次数

将XCTest导入现有项目

我添加了一个新目标作为Cocoa Touch Unit Testing Bundle,命名目录为"MyAppTests",实际框架未激活 - 它突出显示为红色

在此输入图像描述

当我在"构建阶段"选项卡技术中通过"链接二进制文件"添加框架时,会添加一个新框架,而不是更新通过添加目标创建的框架.

在此输入图像描述

当我去运行代码时,我会遇到各种各样的麻烦,从链接错误到其他未被识别的框架.

如何激活添加目标时生成的XCTest.framework?请帮帮忙,谢谢!

xcode unit-testing ios

7
推荐指数
1
解决办法
3万
查看次数

标签 统计

ios ×2

kiwi ×1

testing ×1

unit-testing ×1

xcode ×1

xcode6 ×1