Trouble Installing macOS Kit on Windows for Cross-Platform Development
-
wrote on 7 Sept 2023, 14:18 last edited by
I'm facing an issue with my Qt development setup, and I hope someone can guide me in the right direction.
I've successfully installed Qt on my Windows 10 machine and developed a QML application, which I've been able to build and deploy successfully on Windows. Now, I want to extend my development to target macOS, but I'm encountering difficulties installing the necessary macOS development kit on my Windows system.
Could someone please provide step-by-step instructions or advice on how to set up and configure Qt on Windows to build applications for macOS? I understand that macOS development often requires a macOS system, but I've heard it's possible to cross-compile macOS applications from Windows using Qt.
Any insights, recommendations, or links to relevant resources would be greatly appreciated. Thank you in advance for your help!
-
wrote on 7 Sept 2023, 14:27 last edited by
Good luck with this Task.
For Linux you can have have a look at:
The last link will use vanilla LLVM/Clang for building, but you'll need the parts from Xcode.
With a bit of luck it might just work on Windows.
-
Good luck with this Task.
For Linux you can have have a look at:
The last link will use vanilla LLVM/Clang for building, but you'll need the parts from Xcode.
With a bit of luck it might just work on Windows.
wrote on 7 Sept 2023, 14:29 last edited by@cristian-adam
Thanks for your reply.
But I am using windows10. -
wrote on 8 Sept 2023, 07:09 last edited by
You could use a macOS virtual machine on Windows. There's even a simple installer script for VirtualBox: https://github.com/myspaghetti/macos-virtualbox . Only problem is having a macOS license without owning any Mac. This is a working technical solution with a legal problem.
-
You could use a macOS virtual machine on Windows. There's even a simple installer script for VirtualBox: https://github.com/myspaghetti/macos-virtualbox . Only problem is having a macOS license without owning any Mac. This is a working technical solution with a legal problem.
wrote on 8 Sept 2023, 08:05 last edited byPlease note that https://github.com/myspaghetti/macos-virtualbox only supports macOS 10.x and Qt 6.5 for example requires at least macOS 11.0
1/5