Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJonathan Fernandez
4,047 PointsWill following along in Xcode 9 and swift 4 be too confusing for the projects? Or is this feasible?
I am currently using Xcode 9, and although I know the differences between swift 3 and 4 are subtle, as I was able to follow along prior tutorials. I was wondering if it is a good idea to wait until projects are updated to xcode 9 or if I can start now.
Jonathan Fernandez
4,047 PointsI ended up taking the course anyways and I am well into the intermediate course. It honestly hasn’t been too problematic for me and has definitely been of great helped. I feel I have learned so much!
3 Answers
vetahccsob
7,345 PointsThanks for the update!
Jonathan Fernandez
4,047 PointsYeah no problem! If you decide to take the course, I hope it helps you achieve whatever your goals are. Definitely been tough for me XD
micram1001
33,833 PointsSince Apple updates Xcode on a year basis, updating the hardware requirements too. Its wise to know the last two versions of Xcode and have the hardware to run it quickly. You can run different versions of Xcode, check youtube on installing different versions of Xcode or know how to update your code to run on the current Xcode. I'm learning the basics of Xcode 7, Xcode 8, and Xcode 10 on Udemy as well. Most of the Syntax does not change from version to version.
lassek
8,209 PointsFor the record, in XCode 9 it'ś possible to set both the OS target version and the Swift version to use in the "Build Settings" tab when the project is created from a project template wizard. (Swift 3.2 being the oldest version supported....another option is "unspecified"...unsure what that means in this context...)
vetahccsob
7,345 Pointsvetahccsob
7,345 PointsWould like to know the same. I figured the courses were in Swift 4 but it seems its only in 3.