Open haojianzong opened 4 years ago
I'm guessing there is be a bug with path resolution. We will be getting .
rather than the actual path, which is causing the exclusion path to be generated as ./Carthage
which doesn't exist. I'll have to take a look and see.
My command:
localizedstringkit --exclude Carthage --path . --localized-string-kit-path ./LocalizedStringKit
Then the error is:
Found invalid calls to Localized in file Found invalid calls to Localized ./Carthage/Checkouts/localizedstringkit
My project directory looks like:
Not sure what's wrong, but I have to use SPM to workaround this issue.