Closed sid26ag closed 7 years ago
There's no Drive Sample with this project. Which sample are you specifically talking about? google-api-objectivec-client-for-rest and the older google-api-objectivec-client both have Drive examples, and both seen to be able to build. They do use git submodules to pull in dependencies, so you do need to make sure you git checkout is recursive.
@thomasvl: What do you mean by "submodules to pull in dependencies"? How do I get the examples to work without any changes with the gtm-oauth2?
Same comment about examples holds, this project doesn't have examples, which ones are you talking about?
Assuming you mean the others I listed, git clone --recursive [url]
will checkout out the module with the dependencies when you first clone it. Failing that git submodule update --remote
should fetch them into something already checked out.
The example project DriveSample detected with an issue while compiling .