$ brew install aacgain Warning: Your Xcode (4.2) is outdated Please install Xcode 4.6.2. ...The issue was related to a miss configuration:
$ xcode-select -print-path /Volumes/Xcode/Xcode.app/Contents/DeveloperAnd corrected when pointing to the right path:
$ sudo xcode-select --switch /Applications/Xcode.app
4 comments:
Thank you ! That helped me a lot !
@Paloma, glad I could help. Thanks, - Nestor
$ brew doctor
Warning: Your Xcode (4.6.2) is outdated
Please update to Xcode 5.0.1.
Xcode can be updated from the App Store.
what can i do?
help me pls...
@muthu, I believe all you need to do is to install 5.0,1 from App Store just like it says. Did you do that and still you get the same message?
Post a Comment