App name not localized

Now using Xcode 26 beta 6, and iOS/iPadOS 26 beta 7 - and I found the codes do not compiled with localized name.

Since I have been buidling the codes since beta 1, the app might have localized name in the past. Even Localizable file is there with proper translation. I have however, started to build icon using Icon Composer (before that was not).

I have also tried to add in CFBundleDisplayName and CFBundleName in Localizable file, and same (English is shown).

What have I done wrong or forget to do?

Answered by limtc in 854878022

I figure out - need to create another String Catalog file called InfoPlist and add in CFBundleDisplayName.

Accepted Answer

I figure out - need to create another String Catalog file called InfoPlist and add in CFBundleDisplayName.

App name not localized
 
 
Q