Top

Documentation

Taxido is a unique and innovative app and website that brings a range of professional taxi services to your doorstep. Whether you need a quick ride, a rental, or intercity travel, Taxido offers reliable, convenient, and efficient solutions. Taxido - your all-in-one taxi service!

iOS Development Environment Setup


NOTE :
Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.


iOS Development Environment Setup

Follow these steps to set up your iOS development environment:

  1. Install Xcode

    Download and install the latest version of Xcode. The recommended version is Xcode 16.1 or above, as it includes important updates for iOS 15 development and modern tooling for SwiftUI.

  2. Install Command Line Tools

    You'll need to install the Xcode command line tools. Open Terminal and run the following command:

    xcode-select --install
  3. Install CocoaPods

    CocoaPods is a dependency manager for iOS. Install it using the following command in Terminal:

    sudo gem install cocoapods -v 1.16.2

    You may be prompted to enter your password since you're using sudo. Once the installation is complete, you can verify it by running:

    pod --version
  4. Install Ruby

    Ruby is required for CocoaPods installation. To install a specific version, use the following command:

    rbenv install 3.2.0

    Once installed, verify the Ruby version:

    ruby -v

    This will show the installed Ruby version (ensure it is the correct version for CocoaPods).

  5. Install Watchmen (Recommended Version : 2025.03.03.00)

    Watchmen version 2025.03.03.00 is the recommended version. Install it using the following command:

    sudo gem install watchmen -v 2025.03.03.00

    Once the installation is complete, verify the version of Watchmen by running:

    watchmen --version