I am working on ios app to upload video to youtube. I was searching for any documentation and projects and found a project here.
When I downloaded the project and tried to run it showing error and the documentation is also not working. I tried creating a project and integrating in to it but after hours of labour I am getting this error.
Undefined symbols for architecture x86_64:
"_GTMFetcherApplicationIdentifier", referenced from:
-[GTLService requestUserAgent] in GTLCommon_Sources.o
"_GTMFetcherCleanedUserAgentString", referenced from:
-[GTLService setUserAgent:] in GTLCommon_Sources.o
"_GTMFetcherSystemVersionString", referenced from:
-[GTLService requestUserAgent] in GTLCommon_Sources.o
"_GTMSessionFetcherAssertValidSelector", referenced from:
-[GTLService
I also tried this framework approach but here but still getting error.
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_YouTubeHelper", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture x86_64
Is there any updated youtube integration method to ios. I have been stuck on it for 2 days. Can anyone point to right direction. I am working on iOS9.
Hope the question is clear. Thanks in advance.