Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近从 10.6.8 升级到 10.8.2。我需要编译使用 10.7 SDK 的软件。但是,每当我进入时,/Developer/SDKs/我看到的都是:MacOSX10.4u.sdk、MacOSX10.5.sdk 和 MacOSX10.6.sdk。我希望我至少有 MacOSX10.7.sdk,但它不存在。我不确定这是否相关,但我使用的是 Xcode 4.6。
/Developer/SDKs/
任何人都知道如何获得较新的 SDK,或者至少解释一下为什么我的 SDK 不见了?
在最新版本的 Xcode 中,它们位于 app bundle 中:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
您升级了操作系统,但没有升级 xcode。所以这些是你最初的 SDK。
我也想知道从哪里获得 sdk。xcode 4.+ 会消耗内存并经常崩溃。