[Interest] How to get an iOS app to run on simulator after generating the project for Xcode with qmake?

2024-12-13 Thread Nuno Santos via Interest
Hi, When I generate the Xcode project with qmake for iOS, I don’ have the simulator available as a target. What do I need to do in order to have that option available? Thanks! Regards, Nuno ___ Interest mailing list Interest@qt-project.org https://l

Re: [Interest] How to get an iOS app to run on simulator after generating the project for Xcode with qmake?

2024-12-13 Thread Nuno Santos via Interest
Tor, Thanks for the tip. I’ve tried this in the past without success. But today I have tried something new. I have added: QMAKE_APPLE_DEVICE_ARCHS = x86_64 arm64 CONFIG += simulator_and_device To the .pro file. And today, along with your tipo I can now see the simulators as run destinations.

Re: [Interest] How to get an iOS app to run on simulator after generating the project for Xcode with qmake?

2024-12-13 Thread Tor Arne Vestbø via Interest
https://doc.qt.io/qt-6/ios.html#running-applications-in-xcode perhaps? On Dec 13, 2024, at 10:22, Nuno Santos via Interest wrote: Hi, When I generate the Xcode project with qmake for iOS, I don’ have the simulator available as a target. What do I need to do in order to have that option avail