开发者

How to choose arch for osx project

开发者 https://www.devze.com 2023-03-24 10:09 出处:网络
I found that default template Cocoa project containts i386 arch in build settings. But in general I develops for osx 10.6+(10.开发者_如何学运维7). Is i386 required option or not?Any Mac that can run 1

I found that default template Cocoa project containts i386 arch in build settings. But in general I develops for osx 10.6+(10.开发者_如何学运维7). Is i386 required option or not?


Any Mac that can run 10.7 can run a 64-bit app. If your app is 64-bit only, then some Macs built before 2007, with a Core 1 processor, won’t be able to run it. If i386 support is easy, there’s no reason to turn it off, and it will be easier if you support it from day 1. But any Mac built in the last four years should support 64-bit.

0

精彩评论

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