google / gtm-oauth2

Google Toolbox for Mac - OAuth 2 Controllers
Apache License 2.0
126 stars 70 forks source link

GTMOAuth2Authentication.h file not found #71

Closed sid26ag closed 7 years ago

sid26ag commented 8 years ago

The example project DriveSample detected with an issue while compiling .

thomasvl commented 8 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.

shyamalschandra commented 8 years ago

@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?

thomasvl commented 8 years ago

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.