Red Mak
Red Mak

Reputation: 676

Integration googleDrive in ios application

I use DropBox and SkyDrive in my applications and they work like a charme with a very good documentation, but GoogleDrive is really hard to integrate (to be polite :) ).

I'm not talking about coding but integration in xcode. i follow this tutorial. In step 3 i have 8 point to do, the problem is in point n°7, there's no Sources path, i search in the svn folder i download and it's not there. and of course without linking headers i have this issue "GTMOAuth2ViewControllerTouch.h no such file or directory"(i think that compiler stop there but there's more error).

what can i do ?

Upvotes: 3

Views: 1610

Answers (2)

pir800
pir800

Reputation: 1011

I know this is really old, but I had this problem and found a solution.

When you add the "User Header Search Paths" to the source directory, you need to make sure you set it to recursive so it gets all of the contents of that directory. Hope that helps.

Upvotes: 2

Jaysen Marais
Jaysen Marais

Reputation: 4134

The Source directory is immediately under the trunk that you checked out.

There is a Google Developer video (embedded at the bottom of the tutorial) that shows all the steps listed in the tutorial. Unfortunately the presenter does skip some troubleshooting and the steps he's following are very slightly different to the current version of the tutorial, but it is still helpful.

Upvotes: 0

Related Questions