HWComputerScience / iHW-iOS

iHW iOS App
4 stars 4 forks source link

Cannot build #8

Closed jmfieldman closed 9 years ago

jmfieldman commented 9 years ago

The current state of the repo cannot be built. Compile error:

error: /Users/jasonfieldman/Downloads/iHW-iOS-master/images/link.png: No such file or directory

Same error with link@2x.png!

jononon commented 9 years ago

Perhaps we want to consider something like https://travis-ci.org which checks if projects can build before merges.

jmfieldman commented 9 years ago

Or even just clean/build a project before you check in? :P

jmfieldman commented 9 years ago

This commit broke the images in the iOS build: https://github.com/HWComputerScience/iHW-iOS/commit/0895016dea2955168de009b7a1059291763866b6 - someone needs to tend to this.

jmfieldman commented 9 years ago

fixed this by adding the resources submodule to iHW-iOS