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

前端 未结 27 2576
感动是毒
感动是毒 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:51

    The simulator is not case sensitive, but the device is. If your storyboard is called MainStoryboard, not MainStoryBoard, this will cause your problem.

提交回复
热议问题