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
Base Internationalization is only supported on iOS 6.
I encountered the same problem as you, but worse, because I didn't test on iOS 5. I only knew about this after knowing many of my users experienced crashes.
So, take heed.
There are details on my blog about this. As you already know, xib still works. Therefore, convert all strings to xib (isn't hard at all).