fastlane打包iOS环境安装(一)(2019-12-05)

2019-12-05  本文已影响0人  AT19

1.安装Xcode

xcode-select --install

2.安装fastlane

# Using RubyGems
sudo gem install fastlane -NV

# Alternatively using Homebrew
brew cask install fastlane

3项目fastlane配置

termina终端 -> cd到项目目录
1.oc项目

fastlane init

2.swift项目

fastlane init swift

3.官方文档参考 (https://docs.fastlane.tools)

上一篇下一篇

猜你喜欢

热点阅读