-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Sonoma 14.7.1 & Xcode 16.2 compiling errors #47
Comments
Hi, what's the setup you're using? macOS version? intel or apple silicon? Xcode version? thanks EDIT : Also what version of CtrlrX you're trying to compile? |
The compilation Guide for Xcode is a bit out dated. If you're on mac silicon you should set the projucer project as following :
Also, you need to build CtrlrX as "release" not debug in the Xcode schemes. |
@kovaacs Did you succeed in building your app this way? |
Same issue with Sonoma 14.7.1 and Xcode 16.2. Trying to build CtrlrX-5.6.30-GUI-Maintenance Setting c++14 does not really help and fails when building shared code |
It seems that there is a Sonoma problem. Compiled Ctrlr apps on older macOS run but seem to crash on closing. |
I can try to build it on an Intel Mac that is running Ventura. Can I cross compile for Apple Silicon and Sonoma? What does that entail? |
You can compile for ARM64 on intel. I think you need to install the arm64 library for xcode and when your run your project from projucer of define the settings of CtrlrX in Xcode you would need to specify : I don't remember but another user succeeded doing that at the early release stage of the mac M1. Let me know if you get it right, I never tried on my own. Damien |
Hello,
I was very excited to see that someone revived this project, but the build on macOS fails the same as with the original repo 🤔
I followed the linked guide in both cases.
The text was updated successfully, but these errors were encountered: