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

Can't install appledoc with homebrew. 'No available formula for appledoc' #478

Closed
Tylerc230 opened this issue Aug 13, 2014 · 8 comments
Closed

Comments

@Tylerc230
Copy link

I ran brew update and then brew install appledoc and I receive "No available formula for appledoc"
Running brew search apple revealed
"appledoc20 appledoc21 appledoc22"

running brew install appledoc22 gave the error:
"Error: appledoc22 cannot be built with any available compilers.
To install this formula, you may need to:
brew install gcc"

Maybe this is not a bug and simply needs to be mentioned in the readme. I am running maverics and Xcode 5.1.1.

@ceeK
Copy link

ceeK commented Aug 14, 2014

Same issue. Running Yosemite.

@grantland
Copy link

Same here. Mavericks.

@petermetz
Copy link

brew install appledoc22 works fine, if I revert to XCode 5.0.2.

If you don't want to be stuck on the older version of XCode like I did, just place them in the Applications folder under different names and then keep on changing the one that's used by default with these commands:
sudo xcode-select -s /Applications/Xcode-5.0.2.app/Contents/Developer/
and
sudo xcode-select -s /Applications/Xcode-latest.app/Contents/Developer/

@tomaz
Copy link
Owner

tomaz commented Sep 5, 2014

There was a problem with this (due to Xcode 5.1+ not supporting garbage collection). But this was fixed a while ago. Perhaps brew formula needs to be updated in order to take advantage of latest version. I'm not maintaining that though, so you'd need to ask either in brew forums or similar (not sure how that's handled). If they need me to bump up git tag or internal appledoc version, I can of course do whatever needed.

I'm closing this issue - there's more history on it on #435.

@tomaz tomaz closed this as completed Sep 5, 2014
@fitch
Copy link

fitch commented Nov 20, 2014

You might consider removing brew install appledoc from the readme, because it doesn't work anymore on Yosemite and newest Homebrew.

@zzishdev
Copy link

brew install appledoc
Error: No available formula for appledoc
Searching taps...
homebrew/versions/appledoc20 homebrew/versions/appledoc22
homebrew/versions/appledoc21

Got it working using..

brew install homebrew/versions/appledoc22

@xhp281
Copy link

xhp281 commented Feb 8, 2015

I think use "sudo brew install appledoc22" is ok.

@groue
Copy link
Contributor

groue commented May 11, 2015

You might consider removing brew install appledoc from the readme, because it doesn't work anymore on Yosemite and newest Homebrew

👍

This issue was closed.
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

9 participants