iOS Fastlane
Posted 善斋书屋
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS Fastlane相关的知识,希望对你有一定的参考价值。
- 问题
天天打包,即便面对的是肤白貌美小姐姐,终有安装识别别烦我的苦恼以及事到一半打个包的郁闷,
咋整?
Fastlane吧!
思路
1.xcode-select安装,确定安装了最新版本
xcode-select --install
2.安装fastlane, 单独安装,去掉sudo; 使用系统自带的ruby,需要sudo权限
sudo gem install fastlane
3.项目根目录,初始化fastlane
fastlane init // 命令行 // 执行结果 What would you like to use fastlane for? 1.
以上是关于iOS Fastlane的主要内容,如果未能解决你的问题,请参考以下文章
使用 Xcode 和 Fastlane 在 Azure DevOps Pipelines 中对 iOS 应用程序进行代码签名时遇到问题