Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find a storyboard named 'MainStoryboard_iPad'

Tags:

xcode

ios

iphone

I cannot run my project in simulator because i get this error:

Could not find a storyboard named 'MainStoryboard_iPad'

But the storyboard is there. Thank you

like image 343
Andreas Avatar asked Jan 01 '12 11:01

Andreas


1 Answers

I managed to solve this problem in my iPad App through the following steps:

  1. Checking the Build Phases
  2. Editing the Info.plist file to add the option "Main storyboard file base name (iPad)"

Just like in this picture: resposta.jpg

like image 182
Daniel Lima Avatar answered Oct 05 '22 23:10

Daniel Lima