ios NSXMLDocument 为什么报错 ,需要导入什么框架 包 啊
PHP中文网
PHP中文网 2017-04-17 17:03:12
0
1
594
PHP中文网
PHP中文网

认证0级讲师

reply all(1)
黄舟

NSXMLElement is only supported on OSX.
You can use GDataXMLElement, all interfaces and signatures are exactly the same.
Don’t forget after joining:

Add this line to 'Header Search Paths' (use search bar to find the right option) /usr/include/libxml2
Add this line to 'Other Linker Flags': -lxml2

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template