It appears that libxml/parser.h must be explicitly imported as of Xcode 9.3.
This commit is contained in:
parent
d7f13ca4be
commit
68a8437ea2
|
@ -6,6 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <libxml/parser.h>
|
||||
#import <libxml/tree.h>
|
||||
#import <libxml/xmlstring.h>
|
||||
#import <RSParser/RSSAXParser.h>
|
||||
|
|
Loading…
Reference in New Issue