iOS class final project. App to keep track of your D&D 5e character.
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