I use several storyboards and I have just decided to localize them (.strings files have been generated by Xcode).
I notice that in the Build Phases > Copy Bundle Resources, all resources related to localization appear in red.
At run time, localization works only on the main storyboard. Localization with Localizable.strings also works. But it doesn't on the other storyboards.
I tried to restart Xcode but it didn't change anything. (cf Base internationalization and multiple storyboard not working right)
My localized storyboards were previously compiled. I f I add another storyboard, localize it and lauch the compilation, it fails with this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Maintenance' in bundle NSBundle (...)
Do you have any idea to solve this issue?