-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homebrew install fails #9
Comments
My formula and build script are inspired by this one. Does |
Hi, I get the same error as @fuerst. Installing |
Any luck with v1.2.1? I'm afraid I haven't been able to reproduce the error yet. |
nope, fails too ==> make build
Last 15 lines from /Users/mario/Library/Logs/Homebrew/tmignore/01.make:
Fetching https://github.com/IBM-Swift/HeliumLogger
Fetching https://github.com/SwiftyJSON/SwiftyJSON
Fetching https://github.com/apple/swift-log
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/samuelmeuli/swift-exec
xcodebuild: error: Could not resolve package dependencies:
sandbox-exec: sandbox_apply_container: Operation not permitted
make: *** [build] Error 74 |
Also having the same error. |
I've tested the install on two machines and haven't encountered any issues:
|
Prebuilt binaries are available on the Releases page. |
Thanks for the prebuilts, they work great |
After upgrading to Catalina and updating Xcode it works for me now :) |
Same here: after upgrading to macOS Catalina, brew upgrade was successful. |
Tried all the methods here and I'm also getting the same error. My system is, as of this moment, up-to-date: Any ideas? |
I'm also getting the "sandbox-exec: sandbox_apply: Operation not permitted" error. I'm on macOS 10.15.17 and XCode 12.0.1. BTW, I had to download the full XCode, command line tools were not enough. (Unfortunately, I didn't copy the error message.) @samuelmeuli With the pre-built binaries, future upgrades won't work, right? Also, |
Hi, I have similar issue not related to this repository but the symptoms look very similar so maybe suffer from the same issue: https://community.sonarsource.com/t/xcodebuild-can-not-resolve-package-dependencies-using-build-wrapper-macosx-x86/32959 |
I'm also getting the macOS: 10.15.7 (19H15) Here the terminal output:
|
I tried the prebuilt binaries and it works. To fix the macOS Catalina error
You have to run the following command (make sure you use the right path): Question now is how to get the scheduler running? |
Homebrew install in Big Sur also does not work unfortunately. |
I was so glad to discover this repo but then felt said in just two minutes after hitting this issue too. This reminded me of a famous monologue by Luis CK with this part on the airplaine wifi:
😂 Hope that this problem can be solved at some point. Great app idea @samuelmeuli regardless! Meanwhile, if anyone knows of any easy-to-apply workarounds, please share 🙌 |
Workaround: Download and use the precompiled binary from the Releases page: https://github.com/samuelmeuli/tmignore/releases |
Just added a PR which works around the install problem: samuelmeuli/homebrew-tap#3 |
@samuelmeuli any chance you could please push in #18 and then release a new version so installation via Homebrew works again? |
Any updates on this? |
same error here, any news or info how to resolve? |
Bruh |
Hi, when doing
brew install samuelmeuli/tap/tmignore
I get this error:I'm running as standard user (no admin) if that matters. Make log is attached.
01.make.txt
The text was updated successfully, but these errors were encountered: