Could not find a storyboard named 'MainStoryBoard' in bundle NSBundle

前端 未结 27 2587
感动是毒
感动是毒 2020-12-02 15:41

I have started a new app a few days ago and began working with the simulator to test it. I started as an empty project and manually added the storyboard. The simulator build

27条回答
  •  伪装坚强ぢ
    2020-12-02 15:52

    I also had same issue, what caused this type of exception is I had written "Main.storyboard" instead of "Main". We don't have to specify .storyboard extension.

提交回复
热议问题