Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. pod 'google-plus-ios-sdk' ~> '1.7.1' #(Also tried 1.5.1)
  2.  
  3. #import <GooglePlus/GooglePlus.h>
  4. [GPPSignIn sharedInstance].clientID = kClientID;
  5.  
  6. Undefined symbols for architecture x86_64:
  7. "_OBJC_CLASS_$_GPPSignIn", referenced from:
  8. objc-class-ref in GooglePlusManager.o
  9. "_OBJC_CLASS_$_GPPURLHandler", referenced from:
  10. objc-class-ref in GooglePlusManager.o
  11. ld: symbol(s) not found for architecture x86_64
  12. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement