Question
STM32CubeMX.app fails to launch via Finder on macOS systems using case-sensitive APFS
The application bundle contains Contents/MacOs instead of the required Contents/MacOS. On case-sensitive file systems, this prevents LaunchServices/Finder from starting the app.
- The binary runs correctly when launched directly from Terminal.
- Renaming MacOs → MacOS also seems to solve the issue.
Seems to be an error in the ST packaging system.
