Posts

Post not yet marked as solved
5 Replies
4.1k Views
Hello!I'm using Xcode 10.1 (10B61). I have localization set up in my projects with Localizable Strings, both for programatic strings and Storyboards/Xibs.Since setting this up I've run into a problem that I haven't been able to find anywhere else. When I build the app, be it for the simulator or a device, sometimes (randomly, I haven't been able to notice a pattern), the localization for Storyboards doesn't work, but the l10n for programatic strings does. It only works again after doing a clean build. Or, at least I thought so.The problem didn't seem to happen on TestFlight builds, until today. I deploy to the AppStore with Fastlane, and the lane I use cleans before building. Today a tester experienced the problem explained above after updating from TestFlight, so I decided to put an end to this for good.I've researched some other ways to do localization for Storyboards but I want to find out what's causing this.Anyone has run into this?Thanks beforehand.
Posted
by Ishegg.
Last updated
.