Swift单元测试:调试器中将无法使用此模块的调试信息

时间:2017-03-16 08:50:50

标签: ios objective-c swift unit-testing

我有Objective-C项目,我决定在Swift中编写单元测试。

一切都正常运行,但在调试过程中我看不到参数值。

当我将光标设置为值时,我会看到它的名称而不是值:

enter image description here

当我尝试在lldb中打印出来时出现以下错误:

(lldb) po expectedEncryptedStr
warning: Swift error in module AppLibTests.
Debug info from this module will be unavailable in the debugger.

error: in auto-import:
failed to get module 'AppLibTests' from AST context:

我使用Version 8.2.1 (8C1002)

有什么想法吗?

[编辑]

当我使用制动点进入Objective-C代码时 - 一切都按预期工作

0 个答案:

没有答案