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.
我正在制作一个在 Snow Leopard 及更高版本上运行的 Mac OS X 应用程序。目前构建很丰富,包括单独的 i386 和 x86_64 构建。
这样做有什么真正意义,还是我应该改为仅包含 x86_64 构建?
早期的英特尔 Mac(从 2006 年开始)具有 Core Duo CPU,根本没有 64 位模式。如果您关闭 i386 架构,您的应用将不再支持具有这些 CPU 的 Mac。