Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top