-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
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
XMLString returning plist #46
Comments
did you ever figure out the cause of this? |
Yes, Apple implemented a similar method with the same name -(NSData_)XMLData. I was able to use -(NSData_)innerXML instead in my case where I don't need the root object. But this might be different in your project. The only way to get rid of this would be to rename the method in the XMLDictionary category which will break old projects. That's why I didn't file a pull request yet.
|
ah - you rock! thanks! then it worked right away. this fix should really be added to Master, so it doesn't trip other ppl up. |
I've just hit this exact issue on a legacy application that I occasionally work on, thank you for pointing out this issue! |
XMLDictionary's [NSDictionary XMLString] method returns a plist XML on OS X 10.10.5 but returns a correct XML on OS X 10.7.5.
The text was updated successfully, but these errors were encountered: