Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 520 Bytes

iOS-dnd-5e-character-sheet

iOS class final project. App to keep track of your D&D 5e character.

Installing Realm

Exit xcode. Open a terminal and go to the root directory of the project. Run:

sudo gem install cocoapods
pod init

Then open the Podfile and add the RealmSwift pod. Then run:

pod install

It will take quite a while. Make sure to always open the project using the .xcworkspace file. You can also use this command:

open DnD-5e-Character-Sheet.xcworkspace