Closed stopiccot closed 8 years ago
Actually it's possible, try this one: sudo xcodebuild -license accept
. Right now I don't plan to re-package Mavericks box. Why do you prefer it?
I see the exact same problem as @stopiccot. Also running the command you recommended, @AndrewDryga (and even running xcode-select --install
afterwards) does not resolve that issue for me.
Hi, I'm using Yosemite box for some iOS app testing. We are configuring test server environment on testing machine. Running
bundle install
for our rails app fails with such output:Running
xcode-select --install
and accepting installation in UI messagebox solves problem. Mavericks box doesn't have such problem.Can you please fix this cause thanks to Apple installing command lines tool requires user interaction and can not be full automated.