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 Build a Self-Destructing Message iPhone App Designing and Starting the App A Storyboard with a Tab Bar Controller

Did 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

If 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.

Tutorial w/ files

Thank you, sir!

Thanks help me too :)

Are you using a Storyboard? If so, what lines of code do you have in the appDelegate?