-
Notifications
You must be signed in to change notification settings - Fork 113
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
EXC_BAD_ACCESS on XCode 11.2 and iOS13.2 #150
Labels
bug
Something isn't working
Comments
Bad Access happens in XMLKeyedDecodingContainer.swift:37
Stack trace
|
Try disabling dead code stripping on your app’s project: For additional context, see the underlying bug here: https://bugs.swift.org/browse/SR-11564 |
Sorry for not thinking this far - thanks a thousand times. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have issues since I updated my project to XCode 11.2 and iOS13.2.
EXC_BAD_ACCESS when trying to run "Note" Sample on Simulator or Device.
Can anyone help?
I have uploaded a minimal Sample. Lib is included via SPM. Doesn't matter which version (I tried 0.7.0, 0.8.0 and 0.9.0): https://github.com/mrommel/XMLCoderiOS13_2
The text was updated successfully, but these errors were encountered: