nicklockwood / XMLDictionary

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#xml-dictionary
Other
1.14k stars 235 forks source link

XMLDictionary.m:130:67: Multiple methods named 'count' found with mismatched result, parameter type or attributes. #48

Open goodcyg opened 8 years ago

goodcyg commented 8 years ago

NSMutableArray *nodes = [NSMutableArray arrayWithCapacity:[node count]];

danat8x8 commented 8 years ago

This is a showstopper. The demo files don't even compile.

nicklockwood commented 8 years ago

@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.