Error font-v versioning #3594
|
💔 ERROR: Check for font-v versioning. |
Replies: 1 comment 3 replies
|
This seems to be a legitimate ERROR message. It indicates that something is wrong with the setup of the user's system. I see that this message was included in the fontbakery report posted by Emma at google/fonts#4227 (comment) So, I think @emmamarichal could take a look at this page to see if the solution describe there works for her: https://stackoverflow.com/questions/52522565/git-is-not-working-after-macos-update-xcrun-error-invalid-active-developer-pa There it is said that the "problem is that Xcode Command-line Tools needs to be updated." I also see at the bottom of that same post (google/fonts#4227 (comment)) that INFO messages are being excluded from the report. So, the only reason this check was seem was because it resulted in an ERROR. Otherwise it would have been muted. This in then pretty much pointless. I would like to suggest to run fontbakery with --loglevel INFO instead of --loglevel WARN, so that INFO messages are also included in the report. |
This seems to be a legitimate ERROR message. It indicates that something is wrong with the setup of the user's system.
I see that this message was included in the fontbakery report posted by Emma at google/fonts#4227 (comment) So, I think @emmamarichal could take a look at this page to see if the solution describe there works for her: https://stackoverflow.com/questions/52522565/git-is-not-working-after-macos-update-xcrun-error-invalid-active-developer-pa
There it is said that the "problem is that Xcode Command-line Tools needs to be updated."
I also see at the bottom of that same post (google/fonts#4227 (comment)) that INFO messages are being excluded from the report.
So, the only reaso…