iOS version

My app build well for my iPhone (running iOS version 4+).

I am trying to install in on an older iPhone as well. I have my developer’s profile on the other phone, but when I try to install my app I get a warning that

The Info.plist for application at /Users/roccoluca-wood/Desktop/E-Tracker.app specifies a minimum OS version of 3.1, which is too high to be installed on iPhone

Can I change this minimum OS version?
and how do I do it?

thanks [import]uid: 74250 topic_id: 12672 reply_id: 312672[/import]

place in your build.settings file

 iphone =  
 {  
 plist =  
 {  
 MinimumOSVersion="3.2.0",  

obviously, you can change that to whatever version you want
[import]uid: 24641 topic_id: 12672 reply_id: 46420[/import]

Hi there,

I have tried specifying

MinimumOSVersion=“3.0.0”

But I still get the same error. Does Corona allow this value in the Build.settings?

thanks [import]uid: 74250 topic_id: 12672 reply_id: 46580[/import]

http://developer.anscamobile.com/forum/2011/03/15/dont-want-1-star-rating [import]uid: 31262 topic_id: 12672 reply_id: 47571[/import]

Corona does not support anything less than 3.1. [import]uid: 7563 topic_id: 12672 reply_id: 47748[/import]

@aaaron - thanks for the link!

@ewing, its good to have this cleared up - saves me banging my head against the wall for a bit longer !!
thanks [import]uid: 74250 topic_id: 12672 reply_id: 47943[/import]