Before installing Ragnarok Offline there are certain hardwares you will need.
| Hardware | OS Version | Required |
|---|---|---|
| Mac | 15.0 or later | Yes |
| iPad | 18.0 or later | No |
- Install Xcode with the iOS 18, macOS 15, and visionOS 2 SDKs.
- Make sure the Xcode command line tools point at the installed Xcode:
xcode-select --install sudo xcode-select --switch /Applications/Xcode.app
- Clone the repository with submodules:
If you already cloned the repository without submodules, run:
git clone --recurse-submodules https://github.com/arkadeleon/ragnarok-offline cd ragnarok-offlinegit submodule update --init --recursive
- Open
RagnarokOffline.xcodeprojin Xcode. - Select the
RagnarokOfflinescheme. - Select a run destination:
My Macto run the macOS app.- An iOS simulator to run on iPad or iPhone Simulator.
- An Apple Vision Pro simulator to run the visionOS app.
- A connected iPad, iPhone, or Apple Vision Pro device to run on real hardware.
- Wait for Xcode to resolve local Swift package dependencies, then build and run with
Product > Run.
