Skip to content
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

Problem when installing appledoc with new version of Xcode #213

Closed
besi opened this issue Apr 26, 2012 · 2 comments
Closed

Problem when installing appledoc with new version of Xcode #213

besi opened this issue Apr 26, 2012 · 2 comments

Comments

@besi
Copy link

besi commented Apr 26, 2012

Since the current version of Xcode is now installed as Xcode.app the installer is confused, because it can't find the /Developer directory.

bash$ sudo sh install-appledoc.sh 
Building...
Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path.
@besi
Copy link
Author

besi commented Apr 26, 2012

The following command fixed the problem for me:

 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

@tomaz
Copy link
Owner

tomaz commented Apr 29, 2012

Thanks. Install script was contribution of a user and I had few issues with it already, so I'm thinking of removing it - I take extra care to have the code compilable on reasonably recent Xcode, and while it's nice addition, compiling from source code also shouldn't present much of a challenge. Will see...

@tomaz tomaz closed this as completed Apr 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants