engaging-computing / iOS

iOS projects relating to isenseproject.org
1 stars 4 forks source link

ISDR: Image Path Error #92

Open stowellm opened 9 years ago

stowellm commented 9 years ago

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.

screen shot 2015-04-22 at 3 00 08 pm

Visual:

screen shot 2015-04-22 at 3 00 27 pm

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.