htmlDocPtr / gethtml问题

时间:2018-10-08 03:54:22

标签: ios xcode html-parsing libxml2

我的iOS应用中有这种代码:

NSString *docNameString;
docNameString=@"https://www.mysite.php";
documentHTML=gethtml((char*)[docNameString UTF8String],
                     (char*)[@"UTF-8" UTF8String]);

到现在为止(这是我上次在Xcode中触摸该应用程序的时间)。

但是现在它不再起作用了。我在Xcode控制台中收到此消息:

I/O warning : failed to load external entity "https://www.mysite.php"
Document not parsed successfully.

我当前正在使用Xcode版本10.0。

有人知道如何处理此问题吗?

0 个答案:

没有答案