LLDB与FBSDK问题,每当我输入断点时,我都会收到错误而无法打印任何变量

时间:2015-08-26 19:26:23

标签: ios xcode debugging lldb

每当我设置断点并尝试访问任何变量时,我都会收到此错误。

如果我尝试在控制台中打印变量,我会收到此错误:

(lldb) p someVar
error: Error in auto-import:
failed to get module 'Jogabo' from AST context:
/Users/pg/Jogabo/app-v2/ios-   app/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h:21:9:    note: while building module 'FBSDKCoreKit' imported from  /Users/pg/Jogabo/app-v2/ios-   app/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h:21:
#import <FBSDKCoreKit/FBSDKButton.h>
   ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/pg/Jogabo/app-v2/ios-app/Pods/Target Support   Files/FBSDKCoreKit/FBSDKCoreKit-umbrella.h"
   ^
/Users/pg/Jogabo/app-v2/ios-app/Pods/Target Support  Files/FBSDKCoreKit/FBSDKCoreKit-umbrella.h:6:9: note: in file included from   /Users/pg/Jogabo/app-v2/ios-app/Pods/Target Support  Files/FBSDKCoreKit/FBSDKCoreKit-umbrella.h:6:
#import "FBSDKAppLinkResolver.h"
   ^
/Users/pg/Jogabo/app-v2/ios- app/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.h:26:1    0: error: include of non-modular header inside framework module  'FBSDKCoreKit.FBSDKAppLinkResolver'
# import <Bolts/BFAppLinkResolving.h>
    ^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/pg/Jogabo/app-v2/ios-app/Pods/Target Support   Files/FBSDKLoginKit/FBSDKLoginKit-umbrella.h"
   ^
/Users/pg/Jogabo/app-v2/ios-app/Pods/Target Support  Files/FBSDKLoginKit/FBSDKLoginKit-umbrella.h:3:9: note: in file included  from /Users/pg/Jogabo/app-v2/ios-app/Pods/Target Support  Files/FBSDKLoginKit/FBSDKLoginKit-umbrella.h:3:
#import "FBSDKLoginButton.h"
   ^
/Users/pg/Jogabo/app-v2/ios- app/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginButton.h:21:9:     error: could not build module 'FBSDKCoreKit'
 #import <FBSDKCoreKit/FBSDKButton.h>
   ^
could not build Objective-C module 'FBSDKLoginKit'A fatal parse error  has occurred.  LLDB may become unstable; please restart your debug session  as soon as possible.

0 个答案:

没有答案