macOS version issue

I’m using cinder 0.9.3 / Xcode15.0.1 / macOS 14.1 / M1 Max. I built universal app, it runs on macOS 12/13/14 on both Intel and Apple silicon machines, but it doesn’t run on macOS 11. I get message “app quit unexpectedly” when opening it. I’m setting Deployment Target to macOS 10.13. I’ve tested also BasicApp from samples folder, but I get the same result.
Thank you for your help.