Claudio
Claudio

Reputation: 11

localizable.string does not work with simulator in iOS 8

I have a major problem with the localization of my app.

Since I updated Xcode to version 6.1.1 (6A2008a) with the new simulator iOS 8.1, I found that the iOS 8.1 simulator no longer works with Localizable.string.

When I turn the stimulator with the version of iOS 7.1 my app works fine and the language changes according to the setting made on the device. Why does this problem occur on 8.1?

Thanks

Upvotes: 1

Views: 924

Answers (1)

Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia

Reputation: 23651

As mentioned in the Xcode 6.1 release notes, this is a known bug in iOS 8.1 simulator runtime. Please try iOS 8.2 beta in Xcode 6.2 beta, which contains the fix.

Upvotes: 1

Related Questions