Setup Qt Creator to work with XCode and iphone
Unsolved
Independent Developers
-
I'm new to QT Creator and running an OSX Macbook with Catalina 16G RAM and Qt Creator with an iOS demo app trying to run it with an iphone 4 but when I build the project I got the following:
23:17:14: Running steps for project analogclock... 23:17:14: Starting: "/Users/pc/Qt/5.15.2/ios/bin/qmake" /Users/pc/Qt/Examples/Qt-5.15.2/gui/analogclock/analogclock.pro -spec macx-ios-clang CONFIG+=iphoneos CONFIG+=device CONFIG+=qml_debug CONFIG+=force_debug_info CONFIG+=separate_debug_info -after 23:17:17: The process "/Users/pc/Qt/5.15.2/ios/bin/qmake" exited normally. 23:17:17: Starting: "/usr/bin/make" -f /Users/pc/Qt/Examples/Qt-5.15.2/gui/build-analogclock-Qt_5_15_2_for_iOS-Debug/Makefile qmake_all make: Nothing to be done for `qmake_all'. 23:17:17: The process "/usr/bin/make" exited normally. 23:17:17: Starting: "/usr/bin/make" -j4 xcodebuild build -project analogclock.xcodeproj -scheme analogclock -configuration Debug -destination generic/platform=iOS -destination-timeout 1 ENABLE_ONLY_ACTIVE_RESOURCES=NO Command line invocation: /Users/pc/Downloads/Xcode.app/Contents/Developer/usr/bin/xcodebuild build -project analogclock.xcodeproj -scheme analogclock -configuration Debug -destination generic/platform=iOS -destination-timeout 1 ENABLE_ONLY_ACTIVE_RESOURCES=NO Build settings from command line: ENABLE_ONLY_ACTIVE_RESOURCES = NO Prepare build warning: The Legacy Build System will be removed in a future release. You can configure the selected build system and this deprecation message in File > Project Settings. === BUILD AGGREGATE TARGET Qt Preprocess OF PROJECT analogclock WITH CONFIGURATION Debug === Check dependencies PhaseScriptExecution Qt\ Qmake analogclock.build/Debug-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh cd /Users/pc/Qt/Examples/Qt-5.15.2/gui/build-analogclock-Qt_5_15_2_for_iOS-Debug /bin/sh -c \"/Users/pc/Qt/Examples/Qt-5.15.2/gui/build-analogclock-Qt_5_15_2_for_iOS-Debug/analogclock.build/Debug-iphoneos/Qt\ Preprocess.build/Script-5E618435888B9D49F8540165.sh\" make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[1]: `analogclock.xcodeproj/project.pbxproj' is up to date. PhaseScriptExecution Qt\ Preprocessors analogclock.build/Debug-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh cd /Users/pc/Qt/Examples/Qt-5.15.2/gui/build-analogclock-Qt_5_15_2_for_iOS-Debug /bin/sh -c \"/Users/pc/Qt/Examples/Qt-5.15.2/gui/build-analogclock-Qt_5_15_2_for_iOS-Debug/analogclock.build/Debug-iphoneos/Qt\ Preprocess.build/Script-7EF0942E79C014DCEC8976BC.sh\" make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. make[1]: Nothing to be done for `preprocess'. === BUILD TARGET analogclock OF PROJECT analogclock WITH CONFIGURATION Debug === Check dependencies Code Signing Error: No profiles for 'kassbe.analogclock' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'kassbe.analogclock'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 14.4' ** BUILD FAILED ** The following build commands failed: Check dependencies (1 failure) make: *** [xcodebuild-debug-device] Error 65 23:17:21: The process "/usr/bin/make" exited with code 2. Error while building/deploying project analogclock (kit: Qt 5.15.2 for iOS) The kit Qt 5.15.2 for iOS has configuration issues which might be the root cause for this problem. When executing step "Make" 23:17:21: Elapsed time: 00:07.
Any configuration missing on the system, XCode or my account?