美文网首页
fastlane打包iOS环境安装(一)(2019-12-05)

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

作者: AT19 | 来源:发表于2019-12-05 17:10 被阅读0次

    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)

          本文链接:https://www.haomeiwen.com/subject/vyqjgctx.html