We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSMutableArray *nodes = [NSMutableArray arrayWithCapacity:[node count]];
The text was updated successfully, but these errors were encountered:
This is a showstopper. The demo files don't even compile.
Sorry, something went wrong.
@danat8x8 which version of XMLDictionary and Xcode are you using?
I just tried opening the test project for XMLDictionary 1.4 on Xcode 7.3 and it works fine apart from some warnings.
No branches or pull requests
NSMutableArray *nodes = [NSMutableArray arrayWithCapacity:[node count]];
The text was updated successfully, but these errors were encountered: