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

Sara Strickler
Sara Strickler
3,221 Points

Black Screen with Error (Scene is unreachable due to lack of entry points...) instead of expected Tab Bar

I'm trying to get through the first stage of the self destructing messages app. I'm using the new version of xcode which is just different enough from the Storyboards in the video that I'm super frustrated.

I have followed along with Ben, and everything looks a tiny bit different, but appears to be organized the same. However, when I build and run, instead of the tab bar that he gets in the video, I get a blank black screen with an error that reads "Scene is unreachable due to lack of entry points and does not have an identifier for runtime access via - instantiateViewControllerWithIdentifier"

Everything that I have found on google is using an older version of Storyboards and xcode, and suggest fixes that aren't available to me in this version, as far as I can see.

Please help!

3 Answers

Sara Strickler
Sara Strickler
3,221 Points

Found it - you need to select the Tab Bar Controller, and then under the Attributes inspector make sure that the box next to Is Initial View Controller is checked.

Awesome Sara, thanks for posting that fix. Working for me now as well.

Hi Sara, what template did you start with?

Sara Strickler
Sara Strickler
3,221 Points

Hey Seth, I started out with an empty application.

Avi Pogrow
PLUS
Avi Pogrow
Courses Plus Student 4,707 Points

Sara, Thank you for that simple but brilliant answer!

When you start with an empty application it is completely empty. What is the recipe to get it set up? How do you set up targets?