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.
我正在尝试在 Xcode 4.6 上编译旧版 Carbon 应用程序,该应用程序过去在 10.6 上可以很好地编译,但在 10.8 上没有,并且看不到能够找到 Carbon 或 QT 库。
我怎样才能将它们连接回来?
谢谢,
账单
原来我需要将 10.6 SDK 复制到 XCode 应用程序:
我找到了一个旧版本并拖了一份副本:
/开发者/SDKs/MacOSX10.6.sdk
至:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
它现在位于 MacOSX10.7.sdk 和 MacOSX10.8.sdk 旁边
重启 XCode 后,记得进入构建设置并将 Base SDK 设置为 OS X 10.6
请参阅:https ://stackoverflow.com/a/11705378/123777