It appears that libxml/parser.h must be explicitly imported as of Xcode 9.3.

This commit is contained in:
Daniel Jalkut 2018-01-29 11:02:37 -05:00
parent d7f13ca4be
commit 68a8437ea2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved. // Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
// //
#import <libxml/parser.h>
#import <libxml/tree.h> #import <libxml/tree.h>
#import <libxml/xmlstring.h> #import <libxml/xmlstring.h>
#import <RSParser/RSSAXParser.h> #import <RSParser/RSSAXParser.h>