Hello,
I'm experiencing an issue with Lazarus stable version on macOS (x86_64-darwin-cocoa). When I compile my project, I encounter an error in compiling resource files into .rc format. The error message is:
Error: resource compiler "windres" not found, switching to external mode
Error: Error while compiling resources -> Compile with -vd for more details. Check for duplicates.
Additionally, even after compiling windres, I still get an error stating that it can't detect the architecture.
Any thoughts on how to fix this?
Here are the specifications of my Mac machine:
Model: MacBook Air (M1, 2020)
Chip: Apple M1
Memory: 8 GB
Startup Disk: Macintosh HD
macOS: Sonoma 14.5
Here are the specifications of my Lazarus:
Lazarus: 3.4
FPC: 3.2.2
Thanks!