views:

80

answers:

1

Hi,

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

but i m getting errors for libxml2. what is the way to do this.

i want compile on OS4.0 and deployment target to 2.2.1 with libxml2 support.

Looking for answers. thanks in Advance

A: 

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