Skip to content
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

MIKMIDIMapping can't be saved/loaded to/from disk on iOS #2

Closed
armadsen opened this issue Jul 29, 2013 · 2 comments
Closed

MIKMIDIMapping can't be saved/loaded to/from disk on iOS #2

armadsen opened this issue Jul 29, 2013 · 2 comments
Assignees

Comments

@armadsen
Copy link
Member

MIKMIDIMapping relies on NSXMLDocument, etc. for saving to/loading from disk, meaning it doesn't work on iOS. Either provide an alternate serialization strategy on iOS, or rewrite to remove the dependence on NSXMLDocument.

@armadsen armadsen self-assigned this Feb 13, 2014
@armadsen
Copy link
Member Author

Using KissXML on iOS might be the most straightforward approach since it includes drop in replacements for NSXML* from OS X.

armadsen added a commit that referenced this issue May 16, 2014
…presentation methods on iOS. Using libxml2 for XML generation.
armadsen added a commit that referenced this issue May 16, 2014
…d mapping items to fail to be parsed from XML on iOS.
@armadsen
Copy link
Member Author

This should be working fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant