swift-html icon indicating copy to clipboard operation
swift-html copied to clipboard

Could not find module & "unexclaim" sample issue

Open phr85 opened this issue 3 years ago • 2 comments

Hi everyone I try to use swift-html in my project.

Currently I have two Issues:

  1. On my Mac M1, when I try to build App I get following error: "Could not find module 'Html' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator, at:" Screenshot 2022-02-10 at 15 55 17

  2. I try to use sample function unexclaim() from readme. But I get this Issue: Screenshot 2022-02-10 at 15 56 42

Maybe someone has hint for me?

Bests from Swiss Mountains

Philippe

phr85 avatar Feb 10 '22 14:02 phr85

Hi @phr85, thanks for bringing this up. I just opened a PR #86 to fix the unexclaim function.

I can't reproduce the other error you are having. Do you have some more details of how you are trying to use the package? Is this error from the integration with your project, or is it happening when opening this package directly?

mbrandonw avatar Feb 10 '22 15:02 mbrandonw

Hi @mbrandonw Thank you for fast fix of function. I reverted everything and reinstall again Package. Now everything is working well. Bests Philippe

phr85 avatar Feb 11 '22 12:02 phr85