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

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)

你可能感兴趣的:(fastlane打包iOS环境安装(一)(2019-12-05))