Fastlane - The easiest way to build and release mobile apps.


  1. 安裝CocoaPods
$ sudo gem install cocoapods
  1. 透過CocoaPods來安裝Crashlytics
    1. pod install 2. 新增Run Script 3. 調整Info.plist 4. 初始化你的專案(這步驟能將這個Project註冊在你的Fabric帳戶)
    5. Build your project

  2. 測試偵錯功能 - 確定Fabric能抓到你的專案的閃退問題


安裝Fastlane及所需工具 - 不管要使用哪個Fastlane的功能都需要先安裝

  1. 安裝Xcode的命令列工具
xcode-select --install
  1. 安裝
*# Using RubyGems*
sudo gem install fastlane -NV

*#Homebrew 安裝, 與上面選擇一個安裝方式就好*
brew cask install fastlane
  1. 前往你目標專案的資料夾
fastlane init