Following are the steps I have followed to integrate YouTube upload in my app,
- added libGTLTouchStaticlib.a and respective header folder into my project.
- added libGTLTouchStaticlib.a in General->Linked Frameworks and Library.
- mentioned -ObjC and -all_load in other linker field of build settings
- added systemConfigaration and security framework in General->Linked Frameworks and Library
But when I build its giving following error,
clang: error: linker command failed with exit code 1 (use -v to see invocation)