Closed drekka closed 1 year ago
Hi @drekka,
This is very strange, as MarkdownUI is distributed as a source code package, even cmark-gfm
, so there shouldn't be any hardware architecture issues.
In any case, I tried to reproduce it following the steps you mentioned above, and everything is working fine.
Could you please provide an Xcode project that reproduces the issue in an isolated way? This way, we can discard any problems caused by your project configuration.
Figured it out, I had to have the address sanitizer turned on. Could this be an issue with the mark library? If I turn the sanitiser off the errors come back.
It is hard to tell without a project reproducing the issue in isolation. As mentioned, I cannot reproduce the issue following your steps. Therefore, there is little I can do from my side.
Closing due to staleness. If this is still an issue, please provide a project that reproduces the problem in an isolated way.
I'm building the unit tests for my project on my M1Pro based machine and it's currently failing to build. The errors appear to be related to the Clark framework used by MarkdownUI and the fact that the test architecture is arm64.
Steps to reproduce
Version information