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

Found XCode >= 4.3 ... Error could not find Xcode >= 4.3 in /Applications, cannot install #66

Open
JonLaliberte opened this issue Jul 25, 2022 · 1 comment

Comments

@JonLaliberte
Copy link

sudo ./XcodeLegacy-new.sh -osx1010 install
*** Info: found Xcode >= 4.3 in /Applications/Xcode.app
*** Error: could not find Xcode 4.2 in /Developer/Applications nor Xcode >= 4.3 in /Applications, cannot install

Not sure why this is failing.
I'm on 12.4, Xcode 13.4.1, and it is installed at /Applications/Xcode.app

@JonLaliberte
Copy link
Author

JonLaliberte commented Aug 22, 2022

The issue is that in XCode 13(.4.1 at least) this path doesn't exist:

PLUGINDIR="$XCODEAPP/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins"

Specifically, the path exists up to:

$XCODEAPP/Contents/PlugIns/Xcode3Core.ideplugin/Contents/

There is no "SharedSupport" directory here.
It's not clear to me how to fix it though.

For now I've switched to using XCode 12.5.1 on Monterey. I'm able to run it from the command line with:

/Applications/Xcode_12.5.1.app/Contents/MacOS/Xcode &

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
@JonLaliberte and others