Skip to content

Conversation

@kajot
Copy link

@kajot kajot commented Aug 13, 2014

Using a separate table avoids problems with corrupted Localized.strings files every other build (http://stackoverflow.com/questions/11481348/localizable-strings-failing-to-load-every-other-build). Problem occurs at least on Xcode 5.1.1, seems to be fixed in Xcode 6.

I'm not sure if it's 100% reproducible, seems to be a weird XCode quirk - it fails to merge two Localized.strings files (one from iRate, one from the host project), but only every OTHER build.

Creating a dedicated 'iRate' table, distinct from project-specific localization seems to be a good practice anyway, see: https://github.com/mattt/FormatterKit

Using a separate table avoids problems with corrupted Localized.strings files every other build (http://stackoverflow.com/questions/11481348/localizable-strings-failing-to-load-every-other-build). Problem occurs at least on Xcode 5.1.1, seems to be fixed in Xcode 6.
@kajot
Copy link
Author

kajot commented Aug 13, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant