Community
Participate
Working Groups
We are getting the following error when we try to use sdk for 10.10 make 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory) xcode-select: Failed to locate 'make', and no install could be requested (perhaps no UI is present). Please install manually from 'developer.apple.com'. make: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -find make 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory) xcode-select: Failed to locate 'make', and no install could be requested (perhaps no UI is present). Please install manually from 'developer.apple.com'. make: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -find make 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory) xcode-select: Failed to locate 'make', and no install could be requested (perhaps no UI is present). Please install manually from 'developer.apple.com'. Can you please reinstall Macos SDK 10.10
We are facing trouble in using Macos 10.10 SDK. In https://github.com/phracker/MacOSX-SDKs it is mentioned ------ Important Modern versions of Xcode (7.3+) need you to edit the MinimumSDKVersion in this file to use older SDKs: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist ------- Can you please update Info.plist with MinimumSDKVersion?
Done. $ plutil -p /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | grep MinimumSDKVersion "MinimumSDKVersion" => "10.15" $ sudo plutil -replace MinimumSDKVersion -string 10.10 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist $ plutil -p /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | grep MinimumSDKVersion "MinimumSDKVersion" => "10.10" Could you please try again?
The build is working now. You can close this issue now. Thank you for your help.
Thanks for your patience.