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 trialChip Beasley
5,974 PointsBlack Screen and error
I get this error when I try to run my app at this point. Should I just be patient? Are we going to get to this at some point?
warning: Unsupported Configuration: Scene is unreachable due to lack of entry points and does not have an identifier for runtime access via -instantiateViewControllerWithIdentifier:.
Sara Strickler
3,221 PointsI'm having the same problem, and can't find a solution. The very first steps in this project are creating the tabs within the storyboard, but all I get when I build and run is a black screen and the warning listed above.
2 Answers
Sara Strickler
3,221 PointsThis really drove me crazy for hours, until I finally found something that worked: 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.
adnanalvee2
6,862 PointsYou rock!
daniel williams
525 PointsThank you :)
Patrick Donahue
9,523 PointsTry this site it should help.
OK that doesn't help. But it seems like you are missing a segue or didn't add the class to the view controller.
Kraig Walker
4,401 PointsKraig Walker
4,401 PointsI have this issue as well