vmware-archive / projectmonitor

Big Visible Chart CI aggregator
http://ci.pivotallabs.com
BSD 2-Clause "Simplified" License
428 stars 120 forks source link

Does projectmonitor require Xcode? #116

Closed kazhian closed 7 years ago

kazhian commented 7 years ago

My iMac(Mac OS Sierra V10.12) doesn't have Xcode. so I get below error during 'bundle install'. When I tried to install Xcode from AppStore, I realized it's of size 4 GB. SO just wanted to ensure I am not doing something wrong.

current directory: /Users/xecckq4/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/capybara-webkit-1.11.1 /Users/xecckq4/.rbenv/versions/2.3.1/bin/ruby -r ./siteconf20170813-3495-gf683v.rb extconf.rb Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild. extconf.rb failed

kazhian commented 7 years ago

Yes, It seems XCode is required. After installing and accepting the license agreement, all went fine.