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 trialAditya Saini
683 Pointsversion?
Pasan, I have Xcode version 7.3.1. Does this host swift 3.0?
2 Answers
Amin Shariati
4,092 PointsHi Aditya,
As Jason mentioned you need to update your XCode.
To do so you can simply follow this https://developer.apple.com/xcode/ or Just go to your Apple Store and search for Xcode (https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12)
Jason Anders
Treehouse Moderator 145,860 PointsHi Aditya,
Swift 3 was first introduced in Xcode 8.x, so you would need to update your version to the 8.x series in order to use Swift 3. It is a free update, however, that you can get from the App Store.
Keep coding! :)
Aditya Saini
683 PointsThanks!