plu / pxctest

Execute tests in parallel on multiple iOS Simulators
MIT License
800 stars 57 forks source link

Unable to install via homebrew #3

Closed ignazioc closed 7 years ago

ignazioc commented 7 years ago

This is the output of the command

brew tap plu/pxctest
brew install pxctest

Output:

==> Installing pxctest from plu/pxctest
==> Cloning https://github.com/plu/pxctest.git
Updating /Users/ignazioc/Library/Caches/Homebrew/pxctest--git
==> Checking out tag 0.2.6
error: no such remote ref f64bef8536fcfc7998df68846460e5adf93be347
Fetched in submodule path 'Dependencies/FBSimulatorControl', but it did not contain f64bef8536fcfc7998df68846460e5adf93be347. Direct fetching of that commit failed.
Error: Failed to download resource "pxctest"
Failure while executing: git submodule -q update --init --recursive

I was able to install only using the HEAD commit.

➜  ~ brew install pxctest --HEAD
==> Installing pxctest from plu/pxctest
==> Cloning https://github.com/plu/pxctest.git
Updating /Users/ignazioc/Library/Caches/Homebrew/pxctest--git
==> Checking out branch master
==> ./scripts/build.sh /usr/local/Cellar/pxctest/HEAD-c4d456a/libexec
🍺  /usr/local/Cellar/pxctest/HEAD-c4d456a: 227 files, 9.9M, built in 50 seconds
➜  ~

Additional info:

➜  ~ brew --version
Homebrew 1.1.2
Homebrew/homebrew-core (git revision ac83; last commit 2016-12-01)
➜  ~ git --version
git version 2.9.3 (Apple Git-75)
plu commented 7 years ago

Thanks for the detailed report! I have fixed the missing reference. Please let me know if it's working for you now.

ignazioc commented 7 years ago

yep, thanks.

==> Installing pxctest from plu/pxctest
==> Cloning https://github.com/plu/pxctest.git
Updating /Users/ignazioc/Library/Caches/Homebrew/pxctest--git
==> Checking out tag 0.2.6
remote: Counting objects: 74, done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 74 (delta 34), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (74/74), done.
From https://github.com/plu/FBSimulatorControl
 * [new branch]      pxctest    -> origin/pxctest
 * [new branch]      pxctest-tmp -> origin/pxctest-tmp
==> ./scripts/build.sh /usr/local/Cellar/pxctest/0.2.6/libexec
🍺  /usr/local/Cellar/pxctest/0.2.6: 226 files, 9.7M, built in 315 minutes 9 seconds
plu commented 7 years ago

Perfect, thanks!