• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MAC OS version

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does it matter which version of the OS you'll need to develop for iPad? Is there an iPad simulator?
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first versions of Xcode that supported iPhone development required around OS 10.4 or 10.5 (Leopard), if you get a version that could run on a Leopard version you would still not be able to support the last versions of the iPhone OS.
The actual Xcode version you can download requires Snow Leopard and requires you to update your system.
Specific for iPad, as far as I can remember, the first version that supported the iPad required something like 10.6.2 or 10.6.3 (Snow Leopard).

In any case, the advice would be to update your Mac to snow leopard and update it to the last version, if you have the license for snow leopard (around $30) updating your OS is free after that. And what you can download from the developer.apple.com is always the last version (and beta versions if you are an iPhone developer registered).

Regards,
Nestor
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you should consider updating the os whatever to avoid alot of security issue and memory leaks from the leopard then it'll work great with the xcode
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Linda Pan wrote:Does it matter which version of the OS you'll need to develop for iPad? Is there an iPad simulator?



There is an iPad simulator with the SDK. The latest SDK (the one which is available for download from Apple) requires snow leopard version 10.6.4 or later
 
reply
    Bookmark Topic Watch Topic
  • New Topic