XCode 4.2 MainStoryBoard Not Found

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

    I have universal app, so with one storyboard for iPhone and another one for iPad, iPad simulator works, but when i try to lunch iPhone simulator i obtain this error:

    Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'MainStoryboard' in bundle NSBundle  (loaded)'
    

    I tried all your solutions but anyone didn't work. I always had same error. I solved removing localization parameter on iPhone storyboard and setting for both storyboard the same localization.

    I hope that helps you!

提交回复
热议问题