iphone os 4.0 and libxml2 and os 2.2.1 [closed]
My project using libxml2
and i want to compile my application wi开发者_开发百科th 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
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
精彩评论