wix/detox
を設定しようとしていますが、要件の1つは自宅経由でfbsimctl
をインストールすることです。その後、もう一度brew install fbsimctl-SHA256が一致しません
brew update && brew cleanup && brew cask cleanup
:その後、
rm -rf /Users/dan/Library/Caches/Homebrew/fbsimctl-0.4.0.0
そして:
==> Installing fbsimctl from facebook/fb
==> Downloading https://github.com/facebook/FBSimulatorControl/tarball/v0.4.0
==> Downloading from https://codeload.github.com/facebook/FBSimulatorControl/legacy.tar.gz/v0.4.0
######################################################################## 100.0%
Error: SHA256 mismatch
Expected: 5d2ed56047f2b4b3f5f0804545c6730876be2372a834e70bc88a4cb9d4253e19
Actual: 4a8bb8aed15f756aeb57e4a1f8724e40a3dfaa27740ae1644021386ab64bd9fb
Archive: /Users/dan/Library/Caches/Homebrew/fbsimctl-0.4.0.0
To retry an incomplete download, remove the file above.
が、私はそれから走っ:
は、ここに私のコンソール出力です
export CODE_SIGNING_REQUIRED=NO && brew install fbsimctl
しかし、私はまだ上記のコンソール出力を得ています。チェックサムをgeting
$ curl -L -O https://github.com/facebook/FBSimulatorControl/tarball/v0.4.0
以降:ファイルのchecksumが式に一致していない
ありがとうございました。 GitHubをチェックするのは私の心を越えていなかった。それを修正する意図があるPRはすでにあります。 – Dan