FirstTimeDebugging

I am learning basic coding with the book, "App Development in Swift" from the book apps from apple and I can't seem to figure out what they are talking about when asking to open XCode and open the project FirstTimeDebugging(pg. 69). I been doing good so far with this book and would like to continue learning but this has put me in a standstill.

Accepted Reply

On page 5 of that book there’s a link labelled “Download student materials”. Click that and go through the download process. That’ll result in a file called

student.zip
. Unpack that file and then follow the path
Student Resources/1 - Getting Started/6 - Debugging/lab/FirstTimeDebugging
. In that directory you’ll find
FirstTimeDebugging.xcodeproj
. Open that in Xcode.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
  • This has moved to Page 9 now.

Add a Comment

Replies

On page 5 of that book there’s a link labelled “Download student materials”. Click that and go through the download process. That’ll result in a file called

student.zip
. Unpack that file and then follow the path
Student Resources/1 - Getting Started/6 - Debugging/lab/FirstTimeDebugging
. In that directory you’ll find
FirstTimeDebugging.xcodeproj
. Open that in Xcode.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
  • This has moved to Page 9 now.

Add a Comment

Thank you so much eskimo!