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.
从osx 10.7 (xcode 4.4)编译时,有没有办法确保应用程序将在osx 10.5上运行?
或者至少,它已成功编译为 10.5?
您应该将部署目标设置为 OS X 10.5。确保您不使用任何在 10.5 上不可用的 API(或者,如果您这样做,您使用它的能力较弱,并且有一个在 API 不可用时将使用的后备代码路径)。在 10.5 上测试您的应用程序。
后备编码选项:
NSClassFromString()
NULL
dlopen()