一 : 下載 QT MAC 版軟體 ,百度搜尋 QT 就可以在百度軟體中心找到這個 dmg安裝檔案
二 : 安裝完畢後開啟 QT Creator 新建一個工程 Test01
三 出現以下錯誤資訊的解決方法
Could not resolve SDK path for 'macosx10.8' 的解決
開啟qdevice.pri檔案, 在~/Qt5.3.0/5.3/clang_64/mkspecs目錄下, 把下面的這句:
01 : !host_build:QMAKE_MAC_SDK = macosx10.12 (筆者 Mac os 系統版本10.12)
中的10.8改成10.9就可以用了.
複製程式碼
02 : QT 5.7 for mac Xcode 8 Project ERROR: Xcode not set up properly. You may need to confirm the license
// 關聯 xcode 路徑
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
複製程式碼
或者修改 QT 安裝目錄 下的default_pre.prf
Qt_install_folder/5.7/clang_64/mkspecs/features/mac/default_pre.prf
的檔案
替換:
isEmpty($$list($$system("/usr/bin/xcrun -find xcrun 2>/dev/null"))))
為 :
isEmpty($$list($$system("/usr/bin/xcrun -find xcodebuild 2>/dev/null")))
複製程式碼
上邊的兩個錯誤資訊是我安裝 QT 開發環境時遇到的問題,百度後已經解決,並能成功執行 程式
好了,我是大兵布萊恩特,歡迎加入博主技術交流群,iOS 開發交流群