-
Notifications
You must be signed in to change notification settings - Fork 1
Setting up the repo
Tom edited this page May 5, 2022
·
1 revision
This Page gives a rough guide how to install everything needed to contribute to RIDEN. If you have any issues, check the Troubleshooting Chapter at the end of this guide, if your problem still persists, open an Issue.
Software you might need to install if you do not have it already:
git clone [email protected]:ridenui/unraid.git
yarn install
yarn pod
The last step might take a few minutes, depending on when you last updated the spec repo. If it can't find packages, run yarn pod:update
first.
open ios/RIDEN.xcworkspace
Now you can start a build in Xcode and develop either in the Simulator or on your local device.
Please note that we won't explain for every command / issue why it happens and what it does. We just provide quick fixes. If you want to find out more about the errors etc. you'll need to research that yourself :)
sudo xcode-select --switch /Applications/Xcode.app