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

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

    This problem happened for me when i was calling storyboard in code.The reason was i used different 'word' for storyboard.I solved it like this

    Go to Targets ->info , select info,copy name of storyboard and paste it to where you are calling storyboard.

    At least give a try….

提交回复
热议问题