Code generation fails with "rgb_compression" error after update 4.23.2 to 4.24.2
Hello everyone,
I have recently updated my project's TouchGFX version from 4.23.2 to 4.24.0. After the migration, I am no longer able to generate code from the TouchGFX Designer.
The process fails during the "Generate Assets" step every time I click "Generate Code". I receive the following error message in the log:

The error points to the rgb_compression setting. I have checked my application.config file, and the configuration is set to "no", as shown below:
What I have tried so far:
- Manually changing the rgb_compression value in application.config to something else and then back to "no".
- Deleting the generated folder and trying to regenerate everything.
- Running "make clean" from the simulator directory.
- I reinstalled it in version 4.24.2.
None of these steps have resolved the issue. It seems like the asset generator in version 4.24.0 is either misinterpreting this valid setting or there's a new required configuration that I'm missing after the update.
Could someone please advise on what might be causing this? Is this a known issue with the 4.24.0 update? Are there any other steps I should take to debug this?
Thank you for your help!
