Skip to content

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.

Prerequisites

Software you might need to install if you do not have it already:

Clone the repo and prepare dependencies

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 the project in Xcode

open ios/RIDEN.xcworkspace

Now you can start a build in Xcode and develop either in the Simulator or on your local device.

Troubleshooting

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 :)

xcerr: SDK "iphoneos" cannot be located

sudo xcode-select --switch /Applications/Xcode.app