XCode 4.2 MainStoryBoard Not Found

后端 未结 5 1776
梦毁少年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:15

    Actually, to be even more precise, you will find that you are unable to add MainStoryboard.storyboard [it does not show up in the file browser] to the "Copy Bundle Resources" section of the Build Phase setting. I found that I actually had to add it the "Compile Sources" section of the Build Phase setting. It then adds it to both sections. I am not sure whether this is the intended behaviour or a bug in Xcode 4.6.3.

提交回复
热议问题