这篇文章主要介绍了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进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。