tianshanxuester / gdata-objectivec-client

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

NSTask unknown when building for iPhone OS 3.0 #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I followed the instructions to add GData client libraries to my iPhone OS
3.0 project, and all the settings associated. I managed to get the project
to build for 2.2.1 but when I try for 3.0, I get a build error saying that
NSTask is unknown.

Original issue reported on code.google.com by sebastie...@gmail.com on 28 Jun 2009 at 10:38

GoogleCodeExporter commented 9 years ago

Original comment by gregrobbins on 28 Jun 2009 at 11:06

GoogleCodeExporter commented 9 years ago
To work around this, define GDATA_SKIP_LOG_XMLFORMAT to 1 in your project, or 
build
from the top-of-trunk sources, as those have this issue fixed.

Original comment by gregrobbins on 3 Jul 2009 at 1:18