簡體   English   中英

適用於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和桌面Qt clang沒有任何問題

  1. 在Qt Creator中選擇菜單Build / Run qmake
  2. 打開XCode並構建配置(由qmake創建)。

一旦你在Xtode中調整所有iOS相關的東西(AppleID,Provisioning Profile等),下次你就可以在Qt Creator中構建你的應用了。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM