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.
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.
It's probably because there are two localizable.strings
files 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