Skip to content
Stephan Gimbel edited this page Jan 9, 2016 · 1 revision

Welcome to the CSE167x wiki!

This repository had template projects for the first three homework assignments of CSE167x, created with Xcode 7.2.

One additional step is required to be able to build the project. You have to manually specify a custom working directory in the scheme. Make sure you check 'Use custom working directory:' in the scheme and set it to the Xcode project 'HWx' directory of the homework.

For example: If you cloned the repository to your users Document folder, everything should be located in ~/Documents/CSE167x/. So for HW0, you have to set the custom working directory to ~/Documents/CSE167x/HW0/HW0 for HW1 to ~/Documents/CSE167x/HW1/HW1 and so on.

Clone this wiki locally