-
Notifications
You must be signed in to change notification settings - Fork 63
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
10.11 SDK on Xcode 8.3.3: "SDK not found" #35
Comments
which popup did you dismiss? In Xcode, the choice should be "OS X 10.11" and should appear in the popup menu. All installed SDKs should appear, and you shouldn't have to type the SDK name manually. |
My apologies, it has been a year since I last logged in to GitHub. If you still have a question for me, please let me know and I will reply expeditiously. |
The question is: do you still have that issue? |
Hu |
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 Base SDK setting is "macosx10.11 (SDK not found)"
I speculate that I need the 10.11 SDK because the 10.12 is not correctly building my kernel extension. kextutil on 10.11 complains that my kext is missing a function symbol.
The text was updated successfully, but these errors were encountered: