This warning started to appear on Xcode 10 Beta 6.
I perfectly understand its meaning, yet I wish to disable it. Any way to do that?
Using Base Internationalization. Base internationalization separates user-facing strings from .storyboard and .xib files. It relieves localizers of the need to modify .storyboard and .xib files in Interface Builder.
8 Mar 2020. overview, xcode, localization. Localization means making your app support additional languages. Usually we will start with english as the base language as default, then slowly adding more language support on top of it.
The warning will go away if you edit your project.pbxproj
(inside of your xcodeproj
) with an editor and add Base
to the knownRegions
key.
Not sure if it has any side effects though.
knownRegions = ( en, nl, Base, );
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With