WordPress-API-iOS
WordPress-API-iOS copied to clipboard
WPXMLRPCClient.m build error on when on case sensitive volume
In WPXMLRPCClient.m line 10:
#import <WPXMLRPC/WPXMLRPC.h>
should be changed to
#import <wpxmlrpc/WPXMLRPC.h>
Since the pods folder has small case.