I am trying to distribute my iOS app, and I got the following error message during xCode validation.
\"storyboard file \'Main_iPhone~iphone.storyboardc\' was not found please e
In your Build Phases -> Copy Bundle Resources make sure your main storyboard is included. For example main.storyboard. It will show up red. Some people think that because it's red it should be deleted. But without it, you will get this error when you try to submit to iTunes.