I deleted the Localizations of the project from the project\'s info by mistake. Both the storyboard and the related language were removed.
I got back the storyboard from
In xcode 6, do the following:
With the command line, create the following directory/file structure somewhere outside your project directory:
/en.lproj/InfoPlist.strings
/en.lproj/Localizable.strings
In Xcode, open your project and choose File>Add Files to ProjectName to add the recently created en.lproj directory.