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 Objective-C Basics (Retired) Introduction to Objective-C From Structs to Objects

Krishna Das
Krishna Das
1,186 Points

Can't create objective-c class - different template window in xcode than in video

Hi, when I right click on MyFirstObjectiveCProgram folder and select New > File, I get a different template window than shown in the video. I am therefore not able to create the object-C class as shown. I'm not sure how to proceed.

The side bar in the template window shows a list of:

IOS Source User Interface Core Data Resource Other OSX Source User Interface Core Data Resource Other

Under IOS I get different options in the right window, amongst which Cocoa Touch Class but it never shows Objective C Class.

Krishna Das
Krishna Das
1,186 Points

Never mind I just chose Cocoa Touch Class and created a file called sphere. It looks the same now.