-5

我的项目使用libxml2并且我想iOS 4.0使用部署目标 2.2.1编译我的应用程序

但我收到了关于libxml2如何做到这一点的错误。

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

寻找答案。提前致谢

4

1 回答 1

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

于 2010-10-13T07:20:26.530 回答