0

Im very new to iPhone programming, and am facing this really weird issue with importing the Twitter+OAuth libraries for implementing some basic twitter integration into my program.

My SDK is iPhone 3.1.3. After i drag-drop the twitter+oauth library, i add the header path and the library search path [$(SDKROOT)\usr...whatever as i found in this tutorial ]

I then added the libxml2.dylib framework to the project. When i compile the project, i get six errors, all the same from different .h files that say "NSXMLParserDelegate protocol not found".

Please help! :(

1 Answers1

0

From the documentation of NSXMLParserDelegate

Available in iOS 4.0 and later.

It simply wont work if you are using SDK 3.1.3

See this question for further info

Community
  • 1
  • 1
willcodejavaforfood
  • 43,223
  • 17
  • 81
  • 111