minimumosversion

What could cause my MinimumOSVersion to be different than my Deployment Target?

I'm building my iPhone app under SDK 3.1.3. My Base SDK and iPhone OS Deployment Target are both set to OS 3.0, but when I build, the info.plist in my bundle shows a MinimumOSVersion of 3.1.3. What could cause this? ...

Info.plist: MinimumOSVersion value is invalid.

I know there have been a few other people asking this question, but my situation is a bit different. I'm getting this error whenever I build my app. I've tried looking at the .plist file that is generated and there isn't a value for the MinimumOSVersion key. My app runs just fine on the iPhones we test with, but for the life of me, I c...