Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
    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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

upgrading iPhone OS from 3.1.2 to 3.2 or 4.x

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I have iPhone with OS version 3.1.2
I am developing iphone App in xcode 3.2.3 on Mac OS X
when I transfer my app from xcode to device it says your device has lower version and cant build your app.
xcode 3.2.3 has support for ios version 3.2 and 4.x only.
Please tell me how can I put my app on device.
Can I upgrade my iPhone device OS to 3.2 or 4.x ?
or is there any other possibility in xcode to build for ios 3.1 ? or can i download and install previous version of xcode.
Please help
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
There are two configurations for OS version. One is for what you are compiling your app with. and one for which versions your app supports.

So for compile, "xcode 3.2.3 has support for ios version 3.2 and 4.x only. " that is your choices. This has absolutely nothing to do with what your app supports and can be installed on.

For instance, my TubeOrganizer app runs on phones with 3.1 or higher, but it was compiled with the 4.1 SDK

Mark
 
Amit Dewan
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Can I upgrade iPhone device OS from 3.1.2 to 3.2 or higher??
please tell how
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Amit Dewan wrote:Can I upgrade iPhone device OS from 3.1.2 to 3.2 or higher??
please tell how



You can update any iPhone device. Just connect the device to your computer start up iTunes. You will only get the latest OS to upgrade to, you cannot upgrade to older OS versions that the most current.

But, in your scenario, why do you want to upgrade? You do not have to upgrade in order to get your app to compile and run on your current device. It supports all the way back to version 2.x in XCode 3.2.3. You just have to change your project settings.

Mark
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i think you have need to change the version first by using the google search engine by typing the keyword there . when you will upgrade your version then may be this problem will be solve in your iphone .
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

sidra malik wrote:i think you have need to change the version first by using the google search engine by typing the keyword there . when you will upgrade your version then may be this problem will be solve in your iphone .



This is an old thread, and already solved. I am going to close this thread.

Thanks

Mark
 
Forget this weirdo. You guys wanna see something really neat? I just have to take off my shoe .... (hint: it's a tiny ad)
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
    Bookmark Topic Watch Topic
  • New Topic