You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to simplify handling the many localization for this project by moving from .strings files and .lproj folders, to a single .xcstrings catalog.
I've managed to make it work on XCode 16.2. However, AppCore which only works with XCode 14.2, doesn't recognize it. When I build and run the app, the catalog is not working. When I build the same project in XCode 16.2, the catalog is recognized.
I'm stuck because of tooling, once again (see Swift 6). I hope I can leave this limbo, but currently I see no way out.
Here's the working patch if anyone is interested: xcstrings.patch
The text was updated successfully, but these errors were encountered:
I would like to simplify handling the many localization for this project by moving from .strings files and .lproj folders, to a single .xcstrings catalog.
I've managed to make it work on XCode 16.2. However, AppCore which only works with XCode 14.2, doesn't recognize it. When I build and run the app, the catalog is not working. When I build the same project in XCode 16.2, the catalog is recognized.
I'm stuck because of tooling, once again (see Swift 6). I hope I can leave this limbo, but currently I see no way out.
Here's the working patch if anyone is interested: xcstrings.patch
The text was updated successfully, but these errors were encountered: