インストールしようとしている間 android-platform-tools
使う homebrew
OS X 10.11.6では、次のようなエラーが発生しました(下記に貼り付けてください)
$ brew cask install android-platform-tools
==> Satisfying dependencies
==> Downloading https://dl.google.com/android/repository/platform-tools_r28.0.1-
######################################################################## 100.0% /usr/local/Homebrew/Library/Homebrew/cask/lib/hbc/utils/quarantine.swift:29:30: error: 'quarantinePropertiesKey' is only available on OS X 10.10 or newer
forKey: URLResourceKey.quarantinePropertiesKey
^ /usr/local/Homebrew/Library/Homebrew/cask/lib/hbc/utils/quarantine.swift:29:30: note: add 'if #available' version check
forKey: URLResourceKey.quarantinePropertiesKey
^ Error: Failed to quarantine /Users/User/Library/Caches/Homebrew/downloads/e3de3bef9f7f114325f5d2be854f297cc85e6e17a490c9f267b1c838ee225340--platform-tools_r28.0.1-darwin.zip. Here's the reason: /usr/local/Homebrew/Library/Homebrew/cask/lib/hbc/utils/quarantine.swift:29:30: error: 'quarantinePropertiesKey' is only available on OS X 10.10 or newer
forKey: URLResourceKey.quarantinePropertiesKey
^ /usr/local/Homebrew/Library/Homebrew/cask/lib/hbc/utils/quarantine.swift:29:30: note: add 'if #available' version check
forKey: URLResourceKey.quarantinePropertiesKey
^
このシステムはOS X 10.11.xを実行しているので、これは私には意味がありません。
自作を完全にアンインストールして再インストールする必要がありますか?私は自作でインストールしたものがいくつかあるので、できないのであれば、私はそうしたくない。
走った brew update
この直前に、自作は最新の状態にする必要があります。
--no-quarantine
インストールに失敗したにもかかわらず、 (非常に奇妙な。)brew -v
私はあなたと同じバージョンでコミットしていることを示しています - なぜ問題が現れたのだろうか…(?)