MinimumOSVersion problem in iphone sdk 3.0

前端 未结 7 2109
甜味超标
甜味超标 2021-01-03 15:13

i have installed the latest iphone sdk 3.0 beta 5, and trying to submit the first application build from this sdk,but when i upload to itunes connect, it give me the message

7条回答
  •  天命终不由人
    2021-01-03 15:22

    You SHOULD NOT specify MinimumOSVersion in your Info.plist. From the Information Property List Key reference:

    MinimumOSVersion (String - iPhone OS, Mac OS X). When you build an iPhone application, Xcode notes the target OS (as determined by the Base SDK selection) as the MinimumOSVersion property. Do not specify this property yourself in the Info.plist file; it is a system-written property. When you publish your application to the App Store, the store indicates the iPhone OS release on which your application can run based on this property. It is equivalent to the LSMinimumSystemVersion property on Mac OS X.

提交回复
热议问题