You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the + sign in the formula name is causing it not to be recognized by Homebrew commands like brew install --cask iina+, brew search iina+, and brew info iina+.
I verified that the formula is in the official Homebrew Cask repository but is not included in the API list.
This issue may be related to the special character + in the formula name, which could be causing it to not be recognized correctly by Homebrew.
The text was updated successfully, but these errors were encountered:
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
The
iina+
cask formula (available here) does not appear in the official Homebrew cask API (https://formulae.brew.sh/api/cask.json).It seems that the + sign in the formula name is causing it not to be recognized by Homebrew commands like
brew install --cask iina+
,brew search iina+
, andbrew info iina+
.I verified that the formula is in the official Homebrew Cask repository but is not included in the API list.
This issue may be related to the special character + in the formula name, which could be causing it to not be recognized correctly by Homebrew.
The text was updated successfully, but these errors were encountered: