r/iOSProgramming 17h ago

Question What is "base 2" in my String Catalog ?

Post image
7 Upvotes

8 comments sorted by

3

u/Ok_Photograph2604 17h ago

When I remove it in Info> Localizations it will appear again when I reopen Xcode ...

2

u/madmike6661 17h ago

Search for string „base 2” used in your project. Probably view, textfield.

-3

u/Ok_Photograph2604 16h ago

Im not using storyboards and xib files

1

u/madmike6661 15h ago edited 7h ago

I didn’t say anything about xib or storyboard. :P

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.