Xcode 4 and GData compile problem

923 Views Asked by At

After upgrading to the GM version of Xcode 4 I can't compile my projects that make use of GData (e.g., YouTube API provided by Google). In particular, it complains about GDataFeedYouTubeVideo because it does not recognize it. This is the exact same project that compiled just fine in Xcode 3.x.

In Xcode 3.x, you use to be able to drag a folder from one project to another project. Looks like this feature is removed from Xcode 4. Does anybody know how to do this in Xcode 4?

2

There are 2 best solutions below

0
On

If GDataFeedYouTubeVideo is a file that should not be compiled then you can manually remove it from the 'Compile Sources' list in your Target settings.

0
On

I solved this issue with my gdata api. follow link for what I did linking gdata to an xcode 4 project