Error while building/deploying project in Qt Creator with 6.4.3
Unsolved
Mobile and Embedded
-
Hello all!
When trying to build the CMake project from Qt Creator have this kind of error:
** BUILD FAILED ** 08:57:56: The process "/usr/local/Cellar/cmake/3.26.3/bin/cmake" exited with code 65. Error while building/deploying project *** (kit: Qt 6.4.3 for iOS) The kit Qt 6.4.3 for iOS has configuration issues which might be the root cause for this problem. When executing step "Build"
When building it via command line all is Ok:
$QT_IOS_BIN/qt-cmake . -B build-ios -GXcode
This command creating XCode project that is successfully building directly in XCode.
What could be possibly causing this kind of trouble?