-
Notifications
You must be signed in to change notification settings - Fork 382
Changes to compile with Xcode 12.2 on Apple Silicon for M1 MacBook Pro and macOS 11.0 SDK #45
base: master
Are you sure you want to change the base?
Conversation
The Apple 13” MacBook Pro (with Apple Silicon - M1) and a Samsung C49RG9x failed to support the full 5120 x 1440 resolution (wouldn’t go past 3840x1080) despite it being supported by a late 2016 touchbar 15” MacBook Pro. Building this in Xcode 12.2 with the necessary changes to get it compiling with modern macOS SDK and then choosing 5120 x 1440 from the RDM Status item menu was sufficient to get it working. Adding an Xcode project for ease of building withing Xcode (not required).
Hi @pinpins ! Current version RDM 2.2 runs fine on Macbook Pro 13" 2020 ARM M1, Macos Big Sur 11.1. 13" displays native resolution is 2560x1600 px afaik. |
|
Hi, Can anyone help with the building? I download the Xcode and open the project file, but got error " can't spawn process ,/usr/bin/make no such file or directory". I'm not familiar with xcode and macos coding, can anyone share already compiled project for M1 macbook for me? Thank you! |
Hi, could you share the compiled app to me? I'm not familiar with the xcode and macos coding........So sad! |
|
Copied from Readme: "Want installable binary package? It is here." <-- Download the latest package from there. |
Yes, but the binary version can't find hidpi setting on mba m1 when connecting to a 2k benq displayer. I thought you mean u can correctly set hidpi e.g. 1080p hidpi for 2k displayer. |
I was getting this error. After confirming I did have /usr/bin/make I changed the directory in Xcode (under "Build tool" and "Arguments") to the project directory, and it built successfully. |

The Apple 13” MacBook Pro (with Apple Silicon - M1) and a Samsung C49RG9x failed to support the full 5120 x 1440 resolution (wouldn’t go past 3840x1080) despite it being supported by a late 2016 touchbar 15” MacBook Pro.
Building this in Xcode 12.2 with the necessary changes to get it compiling with modern macOS SDK and then choosing 5120 x 1440 from the RDM Status item menu was sufficient to get it working.
Adding an Xcode project for ease of building withing Xcode (not required).