简体   繁体   中英

How do I specify an iOS simulator in Qt Creator?

In Qt Creator, when I click the run button in the bottom left corner to build and run my program in an iOS simulator, it is using the iPhone simulator, but I want to use the iPad simulator instead.

In XCode, you can specify which iOS simulator to run via Product...Destination. How is this done with Qt Creator?

In Qt Creator, click "Projects" (on the left). Click the "Build & Run" tab (if not already selected). Under the tab for the simulator kit, click "Run" (assuming you already added a simulator kit). Then, under the "Run" settings, choose a "Device type" from the drop down.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM