Nicolas Miari
Nicolas Miari

Reputation: 16246

Settings.bundle Localization Broken

A few weeks ago, I added a Settings bundle to my app and localized its entries following the awesome tutorial by Use Your Loaf. Back then, it was working without problem.

Now I came back to my project after a few weeks, same Xcode version (9.3), and found these issues:

enter image description here

...but the English language folder is still missing the disclosure indicator.

What am I missing?


Update

I tried creating a new, bare project and adding a settings bundle to that, but I get the same result. I went back to Xcode 9.2 (which I also have installed), and the issue does not occur. Either there's a bug on 9.3 (unlikely, since it was working when I first added the bundle) or my installation is broken.

I just checked and noticed there's an update available for Xcode 9.3 (9.3.1), so I'll download that and try again...

Upvotes: 0

Views: 219

Answers (1)

Nicolas Miari
Nicolas Miari

Reputation: 16246

As I suspected, my installation of Xcode was broken.

After reinstalling Xcode by updating to 9.3.1, adding a settings bundle results in the expecyed behaviour:

enter image description here

Not the most common scenario, I know, but I hope this answer helps someone in the same situation someday.

Upvotes: 1

Related Questions