Follow these steps to run the vehicle controller mobile application:
- Open the
ios-app.xcodeproj
with XCode. - Open the config file
./ios-app/ios-app/.env
. - Update
API_URL = <your-api-url>
. If running the app locally in a simulator, your API URL will behttp://localhost:8000/
. - Run the app. Sometimes it may be required to reset the package caches in Xcode:
File -> Packages -> Reset Package Caches
.
Enjoy using the app!