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) Fundamentals of C Compile and Run

Nigel Yoshida
Nigel Yoshida
5,957 Points

I can't find the compile (play) button from the Compile and Run video.

I just downloaded Xcode and cannot find the compile button (the button that shows on the video as a play button). What am I missing?

5 Answers

Stone Preston
Stone Preston
42,016 Points

ok. it looks like you opened the main.c file. you need to open the xcode project file. it will have a blue xcode icon and a .xcodeproj file extension. once you open the project file you should be able to build and run

Stone Preston
Stone Preston
42,016 Points

can you post a screen shot of what you are seeing? it should be up in the top left corner of the xcode window. command + r on your keyboard will also run the project

Nigel Yoshida
Nigel Yoshida
5,957 Points

Command R isn't running the project either. Maybe I did not open the file correctly.

Nigel Yoshida
Nigel Yoshida
5,957 Points

That was it. Thanks for the help!