Error walking through third-party library issues
newlxf opened this issue · 1 comments
newlxf commented
angelolloqui commented
I do not see erros there. The genstrings
tool from Apple is warning that some files have wrong encoding but it is apparently working OK. Traversing is required to extract all possible localization strings contained in any of your project files, but normally the third party libs are stored in a different folder (either pods
if you use cocoapods, carthage
if using Carthage or something like vendor
if you do it manually)
What exactly does it fail? Remember that running the tool is not needed to do translations, only the lib
part is. The tools are only helpers to extract the texts