I’ve developed quite a large project, but now I’m getting a silly issue all the time.
My localizations aren’t always localized. Every second build they fail. Is this a known Xcode bug?
I’m running the latest version of Xcode.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s probably because there are two
localizable.stringsfiles in your solution. It can easily happen if you drop in source files from another project (e.g. ShareKit). See this other question for an explanation and a solution: Localisation strings not always work having ShareKit in a project