xcodelegacy icon indicating copy to clipboard operation
xcodelegacy copied to clipboard

Legacy components for XCode 4-12 (deprecated compilers and Mac OS X SDKs)

Results 14 xcodelegacy issues
Sort by recently updated
recently updated
newest added

> 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,...

when working with cmake based projects i see some references while doing searches to set the below cmake/env var ``` MACOSX_DEPLOYMENT_TARGET ``` i've recently started setting that var (cmake) with...

jukkaj-0A4M:xcodelegacy jukkaj$ sudo ./XcodeLegacy.sh -osx1013 install Password: *** Info: found Xcode >= 4.3 in /Applications/Xcode.app *** installed Xcode1013SDK.tar.gz *** modified MacOSX Info.plist *** Warning: /Developer/SDKs should be a symlink to...

Using OSX 10.9.5 and starting with Xcode 6.2: * I downloaded the linked Xcode3 and 4 installers * I ran "./XcodeLegacy.sh -compilers -osx104 buildpackages" which appears to successfully extract all...

Xcodelegacy.sh installed the 10.11 SDK in the right place within my Xcode.app folder. However, when I chang the Base SDK from macosx10.12 to macosx10.11, when I dismiss the popup the...

When I install the older compilers for Xcode 10.1 on High Sierra I get the following error at (any) compile: : could not create session: requestError(description: "unknown error : while...

The [Leopard SDK libgcc_s.10.5.dylib missing symbols bugfix](https://github.com/devernay/xcodelegacy/blob/627f4b92b8cb108aba0b4b06946c94901fba435a/XcodeLegacy.sh#L597) replaces the Leopard SDK build of this library [with the copy from the Snow Leopard SDK](https://trac.macports.org/wiki/LeopardSDKFixes), which does not support PowerPC64. [This prevents...

Hi Everyone, this is not an "issue" but just useful info which may hopefully end up in improvements to the script, but in the mean time, here it is in...

The Xcode 5.1.1 was lower case but when downloading Xcode from https://download.developer.apple.com/Developer_Tools/xcode_5.1.1/Xcode_5.1.1.dmg the filename starts with an uppercase X. Having the name lowercased fails on systems installed with a case...

Although the `xip` man page has only mentioned the `--expand` option since macOS 10.14 Mojave, it's actually been available for use ever since `xip` first appeared in OS X 10.7...