From dd9fc29e9aa1468c1f223612f2d4e541c695fa07 Mon Sep 17 00:00:00 2001 From: Dion Larson Date: Sun, 8 Jul 2018 13:08:38 -0700 Subject: [PATCH] Formatting fixes --- P10-App-Structure/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/P10-App-Structure/content.md b/P10-App-Structure/content.md index c492b99..57392cd 100644 --- a/P10-App-Structure/content.md +++ b/P10-App-Structure/content.md @@ -55,7 +55,9 @@ Oops! What happened? If you ran the app, you'll notice that our app just display If you look at your debug console, you'll also notice the following error: +``` Makestagram[79956:42367980] [Application] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set? +``` ## Why Are We Seeing This Error?