Skip to content

Sprint 2

Latest
Compare
Choose a tag to compare
@michaelcarroll michaelcarroll released this 02 Nov 23:23

How to build and run sprint 2 of SJU-Rock-Wall

Clone the repository onto a Mac with Xcode installed or download the source code above.

$ git clone https://github.com/michaelcarroll/SJU-Rock-Wall/

Open /SJU-Rock-Wall/SJU-Rock-Wall/SJU-Rock-Wall.xcodeproj

Xcode will likely throw errors regarding signing, to fix this follow these steps:

  1. Click on the SJU-Rock-Wall file in the Project Navigator side bar on the left.

screen shot 2018-10-11 at 7 29 38 pm

  1. Expand the "Singing" section and change the "Team" to your Apple ID. If you aren't already logged into Xcode, click "Add an Account..."

screen shot 2018-10-11 at 7 30 59 pm

  1. Expand the "Identity" section and change the "Bundle Identifier" from "SJU-Rock-Wall" to "SJU-Rock-Wall-Sprint1", or anything unique.

screen shot 2018-10-11 at 7 29 53 pm

At this point, you should be able to run the application by clicking the play button. The app will launch in an iPhone simulator.