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
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.
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