JCLocalizedString
JCLocalizedString copied to clipboard
.strings files in custom bundles are not converted to binary format
Xcode magically converts strings files into binary plist format during it's build phase. If you're using JCLocalizedString with it's optional bundle functionality then be aware that your strings files won't be converted automatically. At this stage you'll have to convert them yourself using plutil.
As of 5507f98b37a5c01fb88fa5d722558afe809908d4 JCLocalizedString no longer supports strings files that aren't in the binary or XML format.
The solution here is to add some bash scripts that can find and convert your .strings files in custom bundles.