Open sanguish opened 8 years ago
Same here, on Xcode v7.2, after doing an extract, the string just disappear, not saved anywhere.
I have this problem too.
+1
I have the same problem. Starting investigating, I saw that EditorLocalizable L199 getDefaultLocalizableFilePath
returns nil
For a temporary fix:
return <Full path to your Localizable.strings>;
at the very top of the method.return @[<Full path to your Localizable.strings>];
When I have time, I will look into why these two methods can't find the file and return nil
This is wonderful, except it isn't actually putting the strings into the localized.strings file.
Is this known on 7,2?