You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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).
After installing with Cocoapods, is there another step? This is the error I am getting:
The text was updated successfully, but these errors were encountered: