xudusheng / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

GData.h file not found in ios 5 #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open a project with GData with XCode, targetting iOS 5 
2. Build and compiled the project
3. After adding and importing the header files getting error like GData.h file 
not found.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
#import "GData.h" when i import it error occurs.

Original issue reported on code.google.com by techge...@gmail.com on 18 May 2012 at 7:29

GoogleCodeExporter commented 9 years ago
iOS projects should not use GData.h, as it includes all services. Instead, iOS 
apps should just import the service-specific header, such as "GDataDocs.h".

Original comment by grobb...@google.com on 19 May 2012 at 2:05