Cinder on macs m4 is it working?

is anyone using cinder on mac m4 on visual studio ?

does it work. i think i saw somewhere the xcode is not working or building is cinder still been supported?

Cinder does still work for me and I am building on my m4 mac. There some slight updates you might need to make if you have the repo locally and build it from source. If I remember correctly I had to update the asio lib with the most recent version from its source but other than that you should be good.

mm ok. not sure how to do that. but will try looking into it

thanks

Xcode or CMake on macOS is the supported path. It’s likely possible to get Visual Studio Code working but it’s not something we directly support at this time. If you’re building against the latest master branch on GitHub this should work. Our CI builds are working and the M2 Pro Mac I have is working as well.

1 Like

i changed my linux script for building a project to work with mac so this will create a base project for vscode and make the task work like build and run it add the info.plist for mac
if it helps

https://gist.github.com/cyrstem/361220a236e48848cd9f07204b8bef0f

1 Like