-
Notifications
You must be signed in to change notification settings - Fork 95
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
Labels
Comments
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 15, 2014
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
added a commit
that referenced
this issue
May 16, 2014
armadsen
added a commit
that referenced
this issue
May 16, 2014
This should be working fine now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: