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 trialNigel Yoshida
5,957 PointsI 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
42,016 Pointsok. 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
42,016 Pointscan 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
5,957 PointsCommand R isn't running the project either. Maybe I did not open the file correctly.
Nigel Yoshida
5,957 PointsThat was it. Thanks for the help!
Stone Preston
42,016 Pointsglad you got it working