How to compile an iOS application in Qt?
-
wrote on 26 May 2019, 06:37 last edited by
Xcode10.1
I checked, Xcode works. -
"Xcode works" is a bit light on information. Did you successfully build and start an application on your device ?
-
wrote on 27 May 2019, 11:50 last edited by
I don't know much about Xcode. I created a project in Xcode and ran it on the ios emulator from Xcode.
-
You do realise that we have been asking you to build that application and then run it on your device to ensure that you have everything working correctly on that side since it's what seem to be not working currently ?
-
wrote on 28 May 2019, 08:45 last edited by Mikeeeeee
I don't have IOS device
-
wrote on 29 May 2019, 13:12 last edited by
I think I've set everything up. All thanks.
-
wrote on 11 Oct 2019, 14:53 last edited by
I had a somehow similar problem when I set up my new Mac mini to macOS 10.14 and Xcode to version 11, in order to support iOS 13. No iOS kit available. I thought I had installed Xcode command line tools as required. But this was not really recognized by Xcode. I had to open Xcode - Preferences - Locations, and in the Command Line Tools drop down list select the entry "Xcode 1.1 (11A1027)", which was already in the list, but not selected before.
This made the Qt installer message "You need to install Xcode and set up Xcode command line tools" disappear, and after Qt installation I found all the iOS Kits being offered, which I had missed before.Maybe this can help someone else.
-
This post is deleted!
-
I had a somehow similar problem when I set up my new Mac mini to macOS 10.14 and Xcode to version 11, in order to support iOS 13. No iOS kit available. I thought I had installed Xcode command line tools as required. But this was not really recognized by Xcode. I had to open Xcode - Preferences - Locations, and in the Command Line Tools drop down list select the entry "Xcode 1.1 (11A1027)", which was already in the list, but not selected before.
This made the Qt installer message "You need to install Xcode and set up Xcode command line tools" disappear, and after Qt installation I found all the iOS Kits being offered, which I had missed before.Maybe this can help someone else.
-
I had a somehow similar problem when I set up my new Mac mini to macOS 10.14 and Xcode to version 11, in order to support iOS 13. No iOS kit available. I thought I had installed Xcode command line tools as required. But this was not really recognized by Xcode. I had to open Xcode - Preferences - Locations, and in the Command Line Tools drop down list select the entry "Xcode 1.1 (11A1027)", which was already in the list, but not selected before.
This made the Qt installer message "You need to install Xcode and set up Xcode command line tools" disappear, and after Qt installation I found all the iOS Kits being offered, which I had missed before.Maybe this can help someone else.
wrote on 4 Apr 2024, 18:04 last edited by@BerndJ Great! Thank you, saved me a lot of time reading every possible (wrong) answer..