OS 10.10.5
xcode 7.2
Objective-C的
iOS 9.2
CocoaPods 1.0.1
pod 'GoogleMaps'
pod 'Google/SignIn'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'AFNetworking'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'CardIO'
pod "PubNub"
Run Code Online (Sandbox Code Playgroud)
ERROR, in file 'SignIn.h', 'GGLCore/GGLCore.h' file not found

但是,GoogleCore API就在其中.

'SignIn.h'在Google登录框架中,因此我无法修改导入 <GGLCore/GGLCore.h> to "GGLCore.h"
我现在真的不知道怎么做.