That's right, you cannot include localization files in your static library. This is just one of many shortcomings that you have to deal with when developing a static library.
To make your static library localized, add the Localizable.strings files that you created in your project, including your library, and everything works fine.
source share