开发者

How to make a Mac app made in 10.6 work in 10.5

开发者 https://www.devze.com 2023-03-14 23:25 出处:网络
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 开发者_StackOverflow中文版the target build in xcode from 10.6 to 10.5 in the project setting

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 开发者_StackOverflow中文版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:

How to make a Mac app made in 10.6 work in 10.5

These are my Xcode build settings:

How to make a Mac app made in 10.6 work in 10.5

What should I do?


Did you cross-compile your app 32-bit (and ppc if you are supporting PPC 10.5 machines)?

0

精彩评论

暂无评论...
验证码 换一张
取 消