-6

My project using libxml2 and i want to compile my application with iOS 4.0 with deployment target 2.2.1

but I am getting errors for libxml2 what is the way to do this.

I want compile on iOS 4.0 and deployment target to 2.2.1 with libxml2 support.

Looking for answers. thanks in Advance

Ajay Sharma
  • 4,509
  • 3
  • 32
  • 59
g.revolution
  • 11,962
  • 23
  • 81
  • 107

1 Answers1

0

You can try your luck :

After adding the libxml2 just include "$SDKROOT/usr/include/libxml2" in your Header search path....

It's the way ,you can use this framework..

Note: Clean all target and build the app again.

Hope it works for you like me

Ajay Sharma
  • 4,509
  • 3
  • 32
  • 59