iOS 使用 Fastlane 打包上传 App 到蒲公英

前置条件
  1. 开发者使用的是 mac 或 linux 系统。
  2. 已经安装好 ruby、rubygems、bundler。
  3. 已经安装了 Fastlane。如果没有安装,请参考:官方安装指南
  4. 本示例使用环境为:macOS 10.13.6, Xcode 9.3(9E145), Fastlane 2.78.0, fastlane-plugin-pgyer 0.2.1。
一、安装蒲公英的 Fastlane 插件

在终端中,输入以下命令,即可安装蒲公英的 fastlane 插件。

fastlane add_plugin pgyer

稍等几秒钟,如果出现类似下面的信息,就说明安装成功了:

➜  dev_hertzcwz_1.0.0_doing fastlane add_plugin pgyer
[✔] ��
[16:47:30]: fastlane detected a Gemfile in the

猜你喜欢

转载自blog.csdn.net/weixin_37877845/article/details/82284029
今日推荐