Xcode 7.3 MinimumSDKVersion key #23

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

Projects

None yet

2 participants

@mrpippy

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 from Xcode 7.3 to Xcode 7.3 MinimumSDKVersion key Mar 21, 2016
@devernay
Owner

great finding!

@devernay devernay added a commit that closed this issue Apr 5, 2016
@devernay fix #23 1a5fad2
@devernay devernay closed this in 1a5fad2 Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment