Skip to main content

Stability test Fastbot-IOS

Stability test Fastbot-IOS

1. Environmental preparation

  1. Download project

Download link: https://github.com/bytedance/Fastbot_iOS

Reference document: https://github.com/bytedance/Fastbot_iOS/blob/main/Doc/handbook-cn.md

  1. Install dependencies

  2. ruby environment, install rvm tool
    
2. source ~/.rvm/scripts/rvm



  • View ruby ​​versions in all specified sources
    rvm list known
  • Install version 2.7
    rvm install 2.7
  1. Install cocoapods tools
    sudo gem install cocoapods
  1. To check whether the installation is successful, execute the following command:
    
2. 1.12.0



  1. Initialize project

Personal path:/Users/smzdm/Downloads/Fastbot_iOS-main/Fastbot-iOS

  1. in terminal