終端:Xcode模擬器上安裝.app方法

來源:互聯網
上載者:User

標籤:active   switch   路徑   技巧   拷貝   device   模擬器   檔案夾   exist   

有的時候,我們可能需要將別人的Xcode運行之後的程式包(xxx.app)安裝在自己的模擬器上,如下我將介紹如何通過終端來安裝。

實現

擷取自己Xcode產生的xxx.app

steps 1:在工程didFinishLaunchingWithOptions:方法中列印bundle路徑:

NSLog(@"%@", [[NSBundlemainBundle] pathForAuxiliaryExecutable:@""]);

steps 2:拷貝列印的bundle路徑,然後點擊案頭->選擇螢幕上方工具列上的前往->選擇前往檔案夾:

steps 3:將拷貝的路徑粘貼在前往檔案夾路徑中,點擊斷行符號即可:

安裝別人Xcode產生的xxx.app

steps 1:開啟終端

steps 2:在終端輸入xcrun simctl install booted xxx.app路徑,點擊斷行符號。注意,xxx.app路徑為你需要安裝到模擬器中的app的路徑,擷取方法直接將其拖入終端即可。這裡有個小技巧,可先複製xcrun simctl install booted粘貼到終端,然後再將xxx.app拖入到終端,兩者之間以空格隔開。

Tips

如果沒有安裝Command Line Tool,系統會自動提示安裝,點擊install即可。

異常問題

1、xcrun simctl install booted /path/xxx.app

2、xcrun: error: unable to find utility “simctl”, not a developer tool or in PATH`

xcrun simctl install booted /path/xxx.app

3、xcrun: error: active developer path (“/Volumes/Xcode/Xcode.app/Contents/Developer”) does not exist, usexcode-select –switch path/to/Xcode.app to specify the Xcode that you wish to use for command line developer tools (or seeman xcode-select)

No devices are booted`

這些問題將會導致安裝不成功,如果沒有安裝上可執行下面的操作。

解決方案

steps 1:擷取Xcode路徑。擷取Xcode路徑只需到應用程式中找到Xcode,然後將其拖入到終端即可擷取到Xcode的路徑。

steps 2:在終端中繼續輸入sudo xcode-select -switch Xcode路徑/Contents/Developer即可。

Tips

比如我的Xcode路徑為:/Applications/Xcode.app。那麼我在終端中則會輸入為:sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

終端:Xcode模擬器上安裝.app方法

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.