String Catalog does not work with deployed App

I migrated to String Catalog in my app.

That worked fine, and everything is OK in the Simulator and even on a real device.

However, After I deployed the App and it became available in the AppStore, I started receiving Feedback from some users. Seems my app is no longer doing localization. It always presents itself in its development language.

Has anyone else experienced this?

Post not yet marked as solved Up vote post of mimo74 Down vote post of mimo74
896 views

Replies

I had some hope when it says in the download section:

Xcode 15 beta 5 enables you to develop, test, and distribute apps for Apple platforms

In fact, if you use Xcode 15 localization from String Catalog works in the distributed app. But only on Testflight. Since you still can not distribute your app, even if it says so:

New apps and app updates must be created with the public (GM) versions of Xcode 11 (or newer) and the iOS, macOS, watchOS, and tvOS SDKs. Apps created with beta versions are not allowed.

Seems like I am stuck on updates for the summer until Xcode 15 reaches GM status.