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 trial

iOS Build a Selfie App with Swift 2 Taking a Selfie Creating an Application Window

With the new Swift Update can I still follow this course, or will the app just keep breaking on me?

If I can, should I use Xcode Fix-it function for all the errors that it's telling me to change?

You can enable Swift 2 legacy version when you first create the project. All the code will work without the Swift 3 update reminders. When the first page comes up (where you erase Main from Main Interface), you click 'Build Settings' at the top. Scroll down to Swifter Compiler Version - choose 'Yes' for Use Swift Legacy Language Version.

https://thatthinginswift.com/swift-2-xcode-8/