Post

Replies

Boosts

Views

Activity

Reply to Import localizations error: "Two files will try to write translations to same path"
Found the answer in another site quoting: It might be because you have an NSLocalizedString with a tableName: parameter matching the name of a storyboard. In other words, if you have a Main.storyboard and NSLocalizedString(“Blah”, tableName: “Main”, comment: “...”) then you’ll probably get this error. The full post on: https://www.wooji-juice.com/blog/random-dev-xcode-loc-export.html
Jan ’23