Failure to party on Big Sur
studnicky-abe-ai opened this issue · 1 comments
studnicky-abe-ai commented
It seems that the parrots are too big for my bar. I am unable to join this party.
I am not familiar with electron.
~workspace/osx-touchbar-party-parrot(master*) » npm start andrew.studnicky@rws-mbp-122
> osx-touchbar-party-parrot@0.0.1 start /Volumes/Workspace/osx-touchbar-party-parrot
> electron .
2021-03-15 11:54:32.243 Electron[7637:173324] Warning: Expected min height of view: (<NSButton: 0x7ff033c36c70>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-03-15 11:54:32.245 Electron[7637:173324] Warning: Expected min height of view: (<NSButton: 0x7ff003d06ef0>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-03-15 11:54:32.246 Electron[7637:173324] Warning: Expected min height of view: (<NSButton: 0x7ff043c56bb0>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-03-15 11:54:32.246 Electron[7637:173324] Warning: Expected min height of view: (<NSButton: 0x7ff043c7a640>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
studnicky-abe-ai commented
After a cursory glance, this is not related to this repo, but to xCode tools themselves and changed made with Big Sur.
Steps taken to resolve:
brew update
brew upgrade
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
It was assumed that updating to the latest xCode would resolve the issue, but it has not.