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

"No value to remove at key path MinimumSDKVersion" #53

Closed
arekkusu42 opened this issue Jun 6, 2019 · 0 comments · Fixed by #55
Closed

"No value to remove at key path MinimumSDKVersion" #53

arekkusu42 opened this issue Jun 6, 2019 · 0 comments · Fixed by #55

Comments

@arekkusu42
Copy link

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 the components
  • I ran "sudo ./XcodeLegacy.sh -compilers -osx104 install" which mostly succeeds, but produces this error near the end:
*** Info: found Xcode >= 4.3 in /Applications/Xcode.app
*** installed XcodePluginGCC40.tar.gz
(...)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/powerpc-apple-darwin10-gcc-4.2.1 exists
* creating link /usr/bin/powerpc-apple-darwin10-gcc-4.2.1
* creating link /Applications/Xcode.app/Contents/Developer/usr/bin/powerpc-apple-darwin10-gcc-4.2.1
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist-original: Could not modify plist, error: No value to remove at key path MinimumSDKVersion
*** modified MacOSX Info.plist

and the resulting install is broken (it contains Info.plist-original, but no Info.plist)
...the XcodeLegacy.sh comment says "# Xcode >= 7.3 disables support..." but the logic modifying Info.plist isn't protected for installing into Xcode >= 7.3 ... :(

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

Successfully merging a pull request may close this issue.

1 participant