-
Notifications
You must be signed in to change notification settings - Fork 7
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
iTunes complains of non-public symbol xmlStructuredErrorContext #2
Comments
Can you try just commenting out the call to GlimpseXMLStructuredErrorCallbackDestroy? I recall that it is vestigial and we don't actually use it anywhere, but I'm on an airplane right now and can't check myself.
|
Thanks! Will do that. Please let me know if you think of some other approach. From: mprudhom [mailto:[email protected]] Can you try just commenting out the call to GlimpseXMLStructuredErrorCallbackDestroy? I recall that it is vestigial and we don't actually use it anywhere, but I'm on an airplane right now and can't check myself.
— This email transmission and any accompanying attachments may contain Capricorn Systems, Inc. privileged and confidential information intended only for the use of the intended addressee. Any dissemination, distribution, copying or action taken in reliance on the contents of this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error please immediately delete it and notify sender at the above Capricorn Systems, Inc. email address. Sender and Capricorn Systems, Inc. accept no liability for any damage caused directly or indirectly by receipt of this email. |
Thanks for creating GlimpseXML! We are trying to use it in an iOS app. iTunes complains that a non-public symbol xmlStructuredErrorContext is being used. We see that it is in GlimpseXML-Bridge.c, in the function GlimpseXMLStructuredErrorCallbackDestroy. Wondering if there was a work around. Please let us know.
Thanks in advance
The text was updated successfully, but these errors were encountered: