Replies: 1 comment
-
Anyone have any ideas about this? Am I the only one with this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a strange problem. When I break in the debugger in Xcode and try to print out a variable in any Swift class in my project, I get the following error dumped to the console log:
And then Xcode does not print out the property I was trying to display.
It seems to have something to do with missing cmark_gfm code or something.
I'm using Swift Package Manager to import swift-markdown-ui. Currently at version 2.2.0.
Has anyone seen this before? If so, do you know what the solution might be?
Thanks,
Brendan
Beta Was this translation helpful? Give feedback.
All reactions