iOS 的 iphoneos-clang Qt 5.8.0 套件存在配置问题

The kit iphoneos-clang Qt 5.8.0 for iOS has configuration issues

当我尝试构建任何项目时遇到问题

** BUILD FAILED **


    The following build commands failed:
        Check dependencies
    (1 failure)
    make: *** [xcodebuild-release-device] Error 65
    The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project my_project (kit: iphoneos-clang Qt 5.8.0 for iOS)
    The kit iphoneos-clang Qt 5.8.0 for iOS has configuration issues which might be the root cause for this problem.
    When executing step "Make"

如何正确配置iphoneos-clang?

PS 我对 iphonesimulator 和 Desktop Qt clang 没有任何问题

  1. 在 Qt Creator select 菜单中 Build / Run qmake
  2. 打开 XCode 并构建配置(由 qmake 创建)。

一旦您在 XCode 中调整所有 iOS 相关内容(AppleID、供应配置文件等),下次您就可以在 Qt Creator 中构建您的应用程序。