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 trialZachary Fried
733 Points.h/.m files instead of .swift have different syntax
I'm using what I believe to be the most recent version of Xcode. Instead of .swift files, I have .h and .m files, both of which have different syntax than what I'm seeing in this video. Is this a new update to Xcode? If so, how can I interpret this code?
1 Answer
Caleb Kleveter
Treehouse Moderator 37,862 PointsNo, what happened is you accidentally created an Objective-C project, not a Swift project. Simply create a new project and when you create it on the second set-up page specify Swift.