Using Xcode 11 localization feature in asset catalog but it's not working for iOS 12, it only works for iOS 13. Anyone know why?

I am using the new localization feature in the asset catalog introduced in xcode 11: https://help.apple.com/xcode/mac/current/#/dev7c584bb2a. The issue I'm facing is it works as expected on iOS 13 but it doesn't work at all on iOS 12. Is there a reason why? I can't find any documentation from Apple saying what versions of iOS it'll work on or anything like that online. Thanks.

Replies

me too, you solve it?

Post not yet marked as solved Up vote reply of YUYO Down vote reply of YUYO

and me too)) did anyone solve the issue?

  • The solution was to put localized images in assets directly and use them at the right moment (UiImage(named: "")).

Add a Comment