I\'m playing with multiple storyboards and base localization on xCode 4.6. In fact I
I did:
1) edit my project infos localisations: checked \"Use Base Inter
I tried exactly the same as you and I can say that this error will happen as you have shown.
The solution is to remove and add your storyboard file from your targets build phases. Therefore, click on your target like shown in the image
Then remove the storyboard file from build phases and add it again.
This worked for me!