Base.lproj/Base.lproj Storyboard Localization

When I created a new storyboard in my project, I placed it in the Base.lproj folder. Upon localizing the storyboard, I discovered that its path became Base.lproj/Base.lproj. The location for the storyboard is relative to group.


Although the new storyboard is available when I localize for a new language, the Base.lproj/Base.lproj seem odd. I cannot find a way to move the storyboard so its path excludes the second Base.lproj in the path. Should I be concerned about this?


I'm using Xcode 10.3 and building for iOS 12.4.


Thank you.

Replies

Hi,

The only solution which I found so far is moving back the storyboard files to it's parent Base.lproj and then remove the reference from the app and re-add the storyboard. This way, I don't see any compilation errors and can see all localizations as well.