iOS自动化构建--Fastlane

安装(终端)

1.安装Xcode Command Line Tools

xcode-select --install

未安装有弹窗,点击安装.

提示

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

为已安装

2.安装fastlane

sudo gem install fastlane

初始化

cd到项目根目录,初始化fastlane

fastlane init
  • tip1
What would you like to use fastlane for?
//自动化截图
1\. 📸  Automate screenshots
//TestFlight
2\. 👩‍✈️  Automate beta distribution to TestFlight
//APP store
3\. 🚀  Automate App Store distribution
//手动设置项目自动化任务
4\. 🛠  Manual setup - manually setup your project to automate your tasks

我这里选择的是3

  • tip2
 Please enter your Apple ID developer credentials
 Apple ID Username:

需要填写你需要使用的开发者账号

  • tip3
Logging in...

Multiple App Store Connect teams found, please enter the number of the team you want to use: 

如果该账号下有多个team,需要选择正确的填写序号

  • tip4
Multiple teams found on the Developer Portal, please enter the number of the team you want to use:

开发者门户上有多个团队,请输入您要使用的团队编号

提问了你的Apple IDTeam的问题之后,fastlane会自动检测当前目录下项目的App NameApp Identifier。如果检测的不对,选择n自行输入。

  • tip5
Would you like fastlane to manage your app's metadata? (y/n)

y

  • tip6
Installing dependencies for you...

$ bundle update

这一步如果没有改镜像会比较慢甚至失败(失败提示如下,其他成功),等结束可以修改镜像或者重新 bundle update

Could not fetch specs from https://rubygems.org/

Exit status: 17

Something went wrong when running `bundle update` for you

Please take a look at your Gemfile at path `Gemfile` and make sure you can run `bundle update` on your machin

成功后,项目根目录多出fastlane文件夹,文件大致结构如下

fastlane
├── Appfile
├── Deliverfile
├── Fastfile
├── metadata
│   ├── copyright.txt
│   ├── en-US
│   │   ├── description.txt
│   │   ├── keywords.txt
│   │   └── 等若干txt文件
│   ├── primary_category.txt
│   ├── primary_first_sub_category.txt
│   ├── primary_second_sub_category.txt
│   ├── secondary_category.txt
│   ├── secondary_first_sub_category.txt
│   └── secondary_second_sub_category.txt
└── screenshots
    └── README.txt
  • Fastfile => 用来定义所有的lane任务Fastfile帮助
  • Appfile => 是用来存储一些公共信息的,比如app_identifierapple_idteam_iditc_team_id等。Appfile帮助
  • Deliverfile => deliver的配置文件Deliverfile帮助

插件

Fastlane的插件是一个或者一组action的打包,单独发布在fastlane之外。

fastlane search_plugins //用来查看当前fastlane支持的插件

fastlane-plugin-versioning //用来修改build版本号和version版本号。

fastlane add_plugin versioning

配置发布流程

发布到App Store

Lane

写入fastlane文件夹下的Fastfile文件中,command + s

lane :deploy do
  # 如果项目 pod install
  cocoapods
  # 不带adhoc参数,sigh会自动生成App Store证书(公司或个人帐户)
  sigh
  increment_build_number_in_plist(target: [target_name])
  increment_version_number_in_plist(
    target: [target_name],
    version_number: '1.0.0'
    )
  # 指定输出目录
  gym(
    output_directory: './build',
    )
  # 上传所有信息到App Store
  deliver(force: true)
end

运行

bundle exec fastlane deploy  //deploy为lane的name

如果你的账号开启了双重验证,会提示红色

[Transporter Error Output]: Please sign in with an app-specific password. You can create one at appleid.apple.com. (-22910)

Transporter transfer failed.

Please sign in with an app-specific password. You can create one at appleid.apple.com. (-22910)

Your account has 2 step verification enabled

Please go to https://appleid.apple.com/account/manage

and generate an application specific password for

the iTunes Transporter, which is used to upload builds 

To set the application specific password on a CI machine using

an environment variable, you can set the

FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD

填写账号的APP专用密码(https://appleid.apple.com/account/manage)

Password (application-specific for 你的开发者账号):
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 203,547评论 6 477
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,399评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,428评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,599评论 1 274
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,612评论 5 365
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,577评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,941评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,603评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,852评论 1 297
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,605评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,693评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,375评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,955评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,936评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,172评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 43,970评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,414评论 2 342