26
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

perhaps the designated entry point is not set? が表示された時の対処方法

Posted at

超初心者swiftエンジニア、すずずんです!
どんどんレベルの高いアウトプットができるように頑張ります٩( 'ω' )و

コードを書きおわり、エラーがないことを確かめて、シミュレーターに繋いでみると、
画面が真っ暗。。。え、何か読み飛ばしたかな??
※今は教科書の通り写しているだけ

おまけに、デバックエリアにこのようなものが、、、

[Application] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
まだまだ初心者なので、これだけでプチパニックです。
でも解決できたので、解決方法を紹介します!
##解決方法
上記のメッセージが表示されてしまった時は、「Is Initial View Controller」にチェックできていない可能性があります。
設定方法は、ユーティリティエリアのアトリビュート・インスペクタにある、「Is Initial View Controller」部分にチェックをつけるだけ!!

qiita20170602.png

これで、画面が表示されるようになりました!(達成感)

###ちなみにIs Initial View Controllerとは
ここまででもうお気づきだと思いますが、Is Initial View ControllerにチェックをされたView Controllerは、デフォルトで表示されることになります。

チェックをつけると、必ず、このような矢印がデフォルトの画面に向かってつきます。
qiita2017060202.png

私みたいに忘れずに設定してくださいね〜〜〜

おわり。

26
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
26
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?