Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Bootstrap script should check for the presence of Xcode #1

Closed
rodjek opened this issue Jan 24, 2013 · 3 comments
Closed

Bootstrap script should check for the presence of Xcode #1

rodjek opened this issue Jan 24, 2013 · 3 comments

Comments

@rodjek
Copy link
Contributor

rodjek commented Jan 24, 2013

Even just a simple [ -f /Applications/Xcode.app ]? Without this, if you don't have Xcode installed, it fails with a Gem::Installer::ExtensionBuilder mess.

@jbarnette
Copy link
Contributor

Yes indeed.

On Thu, Jan 24, 2013 at 1:43 PM, Tim Sharpe notifications@github.comwrote:

Even just a simple [ -f /Applications/Xcode.app ]? Without this, if you
don't have Xcode installed, it fails with a
Gem::Installer::ExtensionBuilder mess.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1.

@rodjek
Copy link
Contributor Author

rodjek commented Jan 24, 2013

Actually, now that I think about it, we actually want to test for the presence of the CLT.

@rodjek
Copy link
Contributor Author

rodjek commented Jan 27, 2013

Handled in a07a00d

@rodjek rodjek closed this as completed Jan 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants