XCode 4.2 MainStoryBoard Not Found

后端 未结 5 1778
梦毁少年i
梦毁少年i 2020-12-09 13:00

When I make changes to the MainStoryboard.storyboard none of these changes make it to my iOS device even though it builds. I tried deleting all data for the application from

5条回答
  •  死守一世寂寞
    2020-12-09 13:28

    There is another way!

    Go to your project, select your target and click on Build Phases. Then unfold "Copy Bundle Resources" and add the MainStoryboard.storyboard to the resources. You can do this by clicking on the little '+' sign on the bottom of the unfolded list.

    You don't have to delete the file from your project just re-add it to the resources.

提交回复
热议问题