Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbols for architecture x86_64 - GooglePlus #83

Open
gmertk opened this issue Sep 19, 2014 · 1 comment
Open

Undefined symbols for architecture x86_64 - GooglePlus #83

gmertk opened this issue Sep 19, 2014 · 1 comment

Comments

@gmertk
Copy link

gmertk commented Sep 19, 2014

After installing with Cocoapods, is there another step? This is the error I am getting:

    Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_GPPShare", referenced from:
          objc-class-ref in libPods.a(OSKGooglePlusActivity.o)
      "_OBJC_CLASS_$_GPPSignIn", referenced from:
          objc-class-ref in libPods.a(OSKGooglePlusActivity.o)
      "_kGTLAuthScopePlusLogin", referenced from:
          -[OSKGooglePlusActivity authenticate:] in libPods.a(OSKGooglePlusActivity.o)
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
@jaredsinclair
Copy link
Contributor

There’s a bug in Cocoa Pods that I am unable to find a workaround for at this time (it chokes on embedded frameworks that aren’t actually an external dependency).

For now you’ll have to use a traditional submodule to avoid that error.

––
Jared Sinclair
iOS Engineer
Bloglovin AB

On Friday, September 19, 2014 at 1:01 AM, gmertk wrote:

After installing with Cocoapods, is there another step? This is the error I am getting:
Undefined symbols for architecture x86_64: "OBJC_CLASS$_GPPShare", referenced from: objc-class-ref in libPods.a(OSKGooglePlusActivity.o) "OBJC_CLASS$_GPPSignIn", referenced from: objc-class-ref in libPods.a(OSKGooglePlusActivity.o) "_kGTLAuthScopePlusLogin", referenced from: -[OSKGooglePlusActivity authenticate:] in libPods.a(OSKGooglePlusActivity.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)


Reply to this email directly or view it on GitHub (#83).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants