RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
726 stars 114 forks source link

How to debug Illegal hardware instruction #83

Closed si-hartmann closed 3 years ago

si-hartmann commented 3 years ago

We discover an illegal hardware instruction error. Is there any way to debug this efficiently? Are you planing on implementing a verbose mode?

subdan commented 3 years ago

Hello. This error says that FigmaExport crashed. To fix this issue could you please show me your config file and if possible link to the Figma file.

Are you planing on implementing a verbose mode?

It‘s a good idea. I’ll think about it.

si-hartmann commented 3 years ago

I got the error by running the project from Xcode. It was an Umlaut ("Ü") in one of the asset names. This could be caught and handled in XcodeExportExtensions:makeFileURL.

Thanks for this project! 👍