fshmjl

2020年iOS自动打包脚本

1.准备工作

安装fastlane
至于fastlane是做什么的就不多说了,自行百度;

sudo gem install fastlane --verbose

安装成功后没有修改gem source 的修改一下,我用的是https://gems.ruby-china.com/
终端打开项目目录执行fastlane init, fastlane init执行过程中需要选择一些东西,如What would you like to use fastlane for? 并把Gemfile中的source修改成你的gem source的源,

wk@wakedatadeMacBook-Pro uniapp-yuexiuhui-iOS % fastlane init
[✔] 

分类:

技术点:

相关文章:

  • 2021-06-12
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2021-09-05
  • 2021-11-29
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案