moshangchen / gdata-objectivec-client

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

Code can not be build after adding GDataXMLNode.o #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Undefined symbols for architecture armv7:
  "_kGDataXMLXPathDefaultNamespacePrefix", referenced from:
      -[GDataXMLNode nodesForXPath:namespaces:error:] in GDataXMLNode.o

What is the expected output? What do you see instead?
code should compile.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Ramunas....@gmail.com on 6 May 2013 at 11:07

GoogleCodeExporter commented 9 years ago
This would be a project mistake in your application rather than a library 
issue. The symbol is defined in the corresponding .m file.

Original comment by grobb...@google.com on 14 May 2013 at 10:03