iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 27
1
自我挑戰組

I Shot You 不小心系列 第 27

React Native Fastlane

Setting Up fastlane

Install Homebrew

  $ /usr/bin/ruby -e \
  "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  $ brew update && brew install ruby
  $ brew link --overwrite ruby

重新啟動 Terminal

  $ sudo gem install bundler
  $ xcode-select --install
  $ sudo gem install -n /usr/local/bin fastlane --verbose
  $ brew cask install fastlane
  $ npx react-native init rndemo
  $ cd rndemo/ios

add to .zshrc

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

Gemfile

source "https://rubygems.org"

gem "fastlane"
  $ sudo gem install bundler
  $ bundle exec fastlane init

screenshots

distribution to beta testing services

automate the App Store release process

setup code signing with fastlane

依據上述的 tutorial 就可以完成相對應的工作


上一篇
RXDB connect to React Component
下一篇
Mongoose Schema TimeZone
系列文
I Shot You 不小心30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言