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 trialChelsea C.
Full Stack JavaScript Techdegree Student 3,392 PointsDid I do something wrong in the creation of my empty project in Xcode 6?
Hi, In this video tutorial I had to create an empty project. but Xcode 6 doesn't have that option so I followed this website here (http://codefromabove.com/2014/09/xcode-6-removing-storyboards-and-creating-useful-empty-projects/) which seemed to work, until I got towards the end of the video. In the website they said to add lines of code to the AppDelegate.m file which in this video tutorial I ended up having to delete them. Now I just have a black screen in the simulator. How can I fix this?
2 Answers
Jason Edstrom
8,976 PointsIf you need a easy approach to building an empty application, here is the tutorial and template files that works with Xcode 6.1. Works perfectly and not file deletion needed.
Stephen Whitfield
16,771 PointsAre you using a Storyboard? If so, what lines of code do you have in the appDelegate?
Chelsea C.
Full Stack JavaScript Techdegree Student 3,392 PointsChelsea C.
Full Stack JavaScript Techdegree Student 3,392 PointsThank you, sir!
daniel williams
525 Pointsdaniel williams
525 PointsThanks help me too :)