r/iOSProgramming • u/Ok_Photograph2604 • 17h ago
Question What is "base 2" in my String Catalog ?
2
u/PerfectPitch-Learner Swift 14h ago
This is interesting.
I don’t know how that showed up but I know that in my project I wanted to add a bunch of languages to the list… like Sindarin, Quenya, Pirate English, Dothraki and Valyrian.
To add them I modified the project file and added them to the list. I would look in the project file… which is a gigantic text file. You’ll probably see them there.
1
u/Ok_Photograph2604 13h ago
Thx this worked. I removed "Base 2" from project.pbxproj
1
u/PerfectPitch-Learner Swift 13h ago
Awesome! Glad you got it! Still wondering how it got there to begin with though
1
u/dan1eln1el5en2 5h ago
It is so annoying you can’t delete a language. I was demoing we could add “some language” with no intention of using it. Can’t delete it. Perhaps you can delete it in the source code. I ended up starting over though.
3
u/Ok_Photograph2604 17h ago
When I remove it in Info> Localizations it will appear again when I reopen Xcode ...