-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error using Docker build method #33
Comments
Have you started Docker? It looks like the Docker daemon is not running. |
Yes I believe it's running... I use Docker for other development tasks. |
What does |
I am also seeing this issue. Docker is running as seen with |
Same question: what does |
Once I did that, I was able to run It looks like I need MacOSX11.1.sdk.tar on my system to use the docker build setup. Is that correct? |
Yes. In order to build the entire toolchain incl. macOS support you need an official macOS SDK (it does not work with the ones you "find on the internet"). |
'Unable to find image 'rack-plugin-toolchain:13' locally
docker: Error response from daemon: pull access denied for rack-plugin-toolchain, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.'
Not sure what I'm doing wrong here. I'm running on Ubuntu 22.04 amd64 with Docker 24.0.5.
The only difference from the instructions is that I have a newer MacOS SDK (14.0) since my Mac has the latest XCode and there doesn't seem to be an easy way to downgrade it.
The text was updated successfully, but these errors were encountered: