2017-04-01 33 views
0

在Xcode 8.3或更低,则不会显示任何的变量的值: enter image description here伞头 'CocoaAsyncSocket-umbrella.h' 未找到

当变量T是输出:

lldb> po t 

然后XCode的问题以下错误信息:

warning: Swift error in module testProject. 
Debug info from this module will be unavailable in the debugger. 
error: in auto-import: 
failed to get module 'testProject' from AST context: 
error: /Users/xxx/Library/Developer/Xcode/DerivedData/testProject-ancfblnaxqmiivgqakzxqkocqfrg/Build/Products/Debug-iphonesimulator/CocoaAsyncSocket/CocoaAsyncSocket.framework/Modules/module.modulemap:2:19: error: umbrella header 'CocoaAsyncSocket-umbrella.h' not found 
    umbrella header "CocoaAsyncSocket-umbrella.h" 

我发现这个问题的几页: Move header on top

但是,它没有解决问题。 问题可能是CocoaPod。在以前的CocoaPod版本中,存在无法编译Pod库的问题。因为CocoaPod自动生成雨伞头。

回答