Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 452 Bytes

File metadata and controls

10 lines (7 loc) · 452 Bytes

iOS App

Follow these steps to run the vehicle controller mobile application:

  1. Open the ios-app.xcodeproj with XCode.
  2. Open the config file ./ios-app/ios-app/.env.
  3. Update API_URL = <your-api-url>. If running the app locally in a simulator, your API URL will be http://localhost:8000/.
  4. Run the app. Sometimes it may be required to reset the package caches in Xcode: File -> Packages -> Reset Package Caches.

Enjoy using the app!