This repository was archived by the owner on Mar 17, 2019. It is now read-only.

Description
Images in the Dice Roller app are not being found in the project. This is likely because they were imported into the project from a location not controlled by our repo. For example, if the images were dragged in from /Users/xyz/Desktop, this will appear on everyone else's computer -- but not everyone has those images on their own desktop.

Visual:

To address this, make sure all image assets live in some 'resources' folder in the ISDR application under version control. Remove the images from the project, then re-import them in (dragging and dropping into Xcode) from this version controlled location. This will update the references to the images to be in a place where everyone that clones the repository has access to.