您好,登錄后才能下訂單哦!
這篇文章主要介紹了ios如何打包真機安裝流程,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
參考 03.iOS證書配置流程
2.1 使用RubyGems安裝fastlane
$ sudo gem install fastlane -NV
2.2 安裝完以后初始化
$ fastlane init注意:如果有卡頓關閉當前進程然后在項目根目錄下執行$ bundle update fastlane
2.3 利用fastlane 打包app
a. 編譯dev環境的包 fastlane ios devb. 編譯uat環境的包 fastlane ios uatc. 編譯生產環境的包 fastlane ios pord_adhocd. 編譯上架蘋果商店的包 fastlane ios pord_store
注意:如果遇到安裝報錯
(1)先安裝brew
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
如果你等待一段時間之后遇到下面提示,就說明無法訪問官方腳本地址:
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation
使用以下腳本
$ /usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
如果中途遇到問題 :
==> Tapping homebrew/coreCloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
解決辦法:
中斷進程 執行以下操作:
$ cd "$(brew --repo)/Library/Taps/"
$ mkdir homebrew
$ cd homebrew
$ git clone git://mirrors.ustc.edu.cn/homebrew-core.git
如果是cask 同樣也有安裝失敗或者卡住的問題,解決方法也是一樣:
$ cd "$(brew --repo)/Library/Taps/"
$ cd homebrew
$ git clone https://mirrors.ustc.edu.cn/homebrew-cask.git
成功執行之后繼續執行前文的安裝命令:
$ /usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
最后看到Installation successful!如下提示就說明安裝成功了。
(2)安裝ImageMagick 或者 GraphicsMagick
$ brew install graphicsmagick
2.4 利用 build.sh 腳本打包
根目錄下執行 a. 編譯dev環境的包 ./build.sh dev b. 編譯uat環境的包 ./build.sh uat c. 編譯生產環境的包 ./build.sh pord_adhoc d. 編譯上架蘋果商店的包 ./build.sh pord_store
感謝你能夠認真閱讀完這篇文章,希望小編分享的“ios如何打包真機安裝流程”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。