Download Mac OS X SDKs for 10.9 and 10.10 in Xcode 7

两盒软妹~` 提交于 2019-12-23 21:15:31

问题


Is it possible to download and build against Mac OS X 10.9 and 10.10 SDKs on OS X 10.11 using Xcode 7?


回答1:


Yes it is possible, the XcodeLegacy script is a popular way to automate this.

Or you can do it manually, you need to put MacOSX10.9.sdk (or a symlink to it) into /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs. Note you'll need to replace it every time you update Xcode, so the symlink is a good idea.



来源:https://stackoverflow.com/questions/34780323/download-mac-os-x-sdks-for-10-9-and-10-10-in-xcode-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!