-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Build fails if using Xcode 11 toolchain #51
Comments
I'm having the same issue as well. Cannot use CircleCI to build, also fails locally when running bundle install. If anybody finds here, this will help https://discuss.circleci.com/t/xcode-11-gm-seed-2-released/32505/22 |
It seems the new toolchain changes the location of the Ruby headers. Have a look at the CircleCI forums for more info and workarounds: |
:'( |
Have you tried the following? |
Noticed this on my machine and also on CircleCI that build fails when using Xcode 11 command line tools. I've switched the tools to Xcode 10.3 and it works fine on my machine, but it gets a bit more complicated when attempting to build on CircleCI.
The text was updated successfully, but these errors were encountered: