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

Xcode 7.3 MinimumSDKVersion key #23

Closed
mrpippy opened this issue Mar 21, 2016 · 1 comment
Closed

Xcode 7.3 MinimumSDKVersion key #23

mrpippy opened this issue Mar 21, 2016 · 1 comment

Comments

@mrpippy
Copy link

mrpippy commented Mar 21, 2016

After upgrading to Xcode 7.3 and copying the 10.6 SDK into Xcode.app, xcodebuild gave me the following error when building a 10.6 SDK-based project:

[MT] DVTSDK: Skipped SDK /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; its version (10.6) is below required minimum (10.11) for the macosx platform.

Xcode 7.3's /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist now contains a MinimumSDKVersion key which is set to 10.11. After removing this key/value from the Info.plist, building with the 10.6 SDK works as it did before.
I haven't tested XcodeLegacy, but I imagine it will need to make this change for Xcode 7.3+.

@mrpippy mrpippy changed the title Xcode 7.3 Xcode 7.3 MinimumSDKVersion key Mar 21, 2016
@devernay
Copy link
Owner

devernay commented Apr 4, 2016

great finding!

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