RE: Xcode 4.4.1, OS X 10.7.4
All,
Could not find a storyboard named 'MainStoryboard' in bundle NSBundle </Users/paulrs/Library/Application Support/iPhone Simulator/5.1/Applications/747BB897-CCB9-4B1B-999E-E6DDB2A67A5F/HelloWorld.app>
The path to my app definitely exists, and there is definitely an en.lproj folder inside of it with a MainStoryboard.storyboard file therein.
ls -l "/Users/paulrs/Library/Application Support/iPhone Simulator/5.1/Applications/747BB897-CCB9-4B1B-999E-E6DDB2A67A5F/HelloWorld.app/en.lproj/" total 24 -rw-r--r-- 1 paulrs paulrs 42 Aug 13 14:19 InfoPlist.strings -rw-r--r-- 1 paulrs paulrs 5511 Aug 13 14:19 MainStoryboard.storyboard
Feeling like an absolutely idiot in front of my friend, I decided to build the same HelloWorld from scratch, following Apple's directions. With absolutely no code changes (just letting xcode creating the project and then trying to run it), I ended up with the same error. I then tried building the app on my work machine that happens to be running Xcode 4.3.3, and it works without any issues. I feel like an idiot, because I don't even know where to start with this. I've seen others posting about this same error, but their solutions seem to be related to case sensitivity issues, and I don't see any similar problems in this instance. If anyone has any clue, I would love to hear about it.
Thanks, Paul |