如何使 10.6 中制作的 Mac 应用程序在 10.5 中运行
我最近在运行 OS X 10.6 的 Mac 上制作了一个应用程序。我现在希望该应用程序能够在 10.5.x 系统上运行。我在项目设置中将 xcode 中的目标构建从 10.6 更改为 10.5,这导致了一些代码更改。但是当我在 10.5 上尝试时,它只在应用程序图标上显示一个“停止标志”:
这些是我的 Xcode 构建设置:
我该怎么办?
I recently made an app on a Mac running OS X 10.6. I now want that app to work on 10.5.x systems. I changed the target build in xcode from 10.6 to 10.5 in the project settings which led to some code changes. But when I try it on 10.5 it just shows a "stop-sign" on the app-icon:
These are my Xcode build settings:
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否交叉编译了您的应用程序 32 位(如果您支持 PPC 10.5 机器,则交叉编译 ppc)?
Did you cross-compile your app 32-bit (and ppc if you are supporting PPC 10.5 machines)?