xcode安裝app

    1. 安裝 xcode
    2. 安裝 xcode command line tool
      1. 檢查是否安裝 在終端中運行: xcrun simctl list
        1. 若是出現全部的 Device Types,則能夠進行第3步
        2. 若是出現error: 

          xcrun: error: unable to find utility "simctl", not a developer tool or in PATHxcode

        3. 安裝xcodeapp

          終端運行: xcode-select --installgoogle

        4. 或者是安裝成功繼續第3步,不然繼續spa

        5. 若是出現報錯說command已經存在

          xcode-select: error: command line tools are already installedcode

        6. 在終端中輸入:it

          DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer/"io

          export DEVELOPER_DIRclass

        7. 繼續執行 i步驟,若是出現 Device Types則第3步,若是仍是無效則google查詢問題
    3. 啓動simulator
    4. 安裝app
      1. 終端運行: xcrun simctl install booted <path to app>
        1. booted表示當前啓動的simulator,能夠替換爲xcrun simctl list裏面的device UDID
        2. 運行後沒有信息輸出表示安裝成功
相關文章
相關標籤/搜索