About Xcode 26 and "Generate String Catalog Symbols" setting.
In Xcode 26, Apple added the ability to generate symbols for localized strings. It works almost in the same way as the tools we've been using for 10 years - Rswift and SwiftGen. To use this feature, we need to enable the build setting "Generate String Catalog Symbols" and migrate from Strings to String Catalogs (if this wasn't done before).
WWDC link - https://developer.apple.com/videos/play/wwdc2025/225/?time=820


