Error when exporting Project Template

What do you want to achieve?

I was designing an interface measuring revolutions per minute for an esp32, exporting only the “ui” works, but exporting the complete project template gives this error!

What have you tried so far?

I realized that the files created by the program come without any reading or writing permissions! I corrected this manually via the file manager, but even after editing the necessary files “User_Setup.h”, there is an error in compiling “*.ino”, I believe the program is unable to initially configure the files, hence these errors in compilation!

Screenshot or video

Screenshot_20231220_225550

Others

  • **SquareLine Studio version: 1.3.4
  • **Operating system: Kde Neon 5.27
  • **Target hardware: Arduino

The unix permissions in your custom board-template might not be set and get zeroed at extraction. Furthermore, currently the files unzipped from the board-template by SquareLine Studio don’t keep their permissions. This will be improved in SquareLine Studio v1.3.5.

1 Like

I also have this problem. I am not using a custom board. I am using Arduino → Arduino with TFT_eSPI v1.1.1 LVGL 8.3.6. The real problem is that not all files are written since the system is creating directories with 0000 permissions.

I forgot to add I am running Manjaro Linux