1
3

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 3 years have passed since last update.

Main.storyboardの名前を変更する

Posted at

はじめに

Xcodeではプロジェクトを生成したときに、StoryboardはデフォルトではMain.storyboardという名前で生成されます。

ただStoryboardの名前を変更しただけでは、いくつか参照されている箇所があるので、エラーになり落ちてしまいます。

変更方法

Screen Shot 2021-09-07 at 1.54.21.png

まずstoryboardを任意の名前に変更します。

Screen Shot 2021-09-07 at 1.57.22.png

次にinfo.plistを開き、Main storyboard file base nameApplication Scene Manifestの最下層にあるStoryboard Nameを変更します。

Storyboard Nameは結構深いところにあるので、見落としがちです。
以上の作業でStoryboardの名前を変更することができました。

1
3
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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?