I'm on Mountain Lion at the moment but the battery life is terrible and I'm thinking of downgrading back to Snow Leopard. The only thing is, now that we have to submit our apps for the 4-inch screen of the iPhone 5, will the last Xcode build supported on SL (4.2 I believe?) be able to build these apps? Or am I completely stuck on ML?

有帮助吗?

解决方案

The latest Xcode with which you can use the 4-inch iPhone simulator runs only on Mountain Lion.

However, if you don't mind not using Xcode, you can extract the essential parts of the toolchain (the compiler and the headers + libraries) and use the clang compiler from the command line - it should run just fine even on SnowLeopard and compile your apps.

其他提示

You are stucked to Mountain Lion! :) Xcode 4.2 doesn't have support for ios6, neither iphone 5 nor ipad mini

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top