minimumosversion

MinimumOSVersion is not acceptable

北战南征 提交于 2019-12-12 01:53:27
问题 I have updated xcode to version 6.3 and converted my swift code to version 1.2. I'm ready to publish an update on AppStore but it give me an error when uploading my archive: ERROR ITMS-90068: "This bundle is invalid. The value provided for the key MinimumOSVersion '8.3' is not acceptable." The problem is that I have no other SDK version available on xcode. In my build settings tab only iOS 8.3 is available. Any idea? 回答1: As Mustafa Ibrahim said, it was necessary to change the Deployment

How to get the OS version in Win8.1 as GetVersion/GetVersionEx are deprecated?

你说的曾经没有我的故事 提交于 2019-11-30 09:00:53
问题 I have scenarios where i want to specifically know the OS major/minor version and build number etc. From windows 8.1 onwards GetVersion and GetVersionEx have been deprecated, stating: [GetVersion/GetVersionEx may be altered or unavailable for releases after Windows 8.1. Instead, use the Version Helper functions] None of the version helper APIs help me get the OS version number rather help me verify or get to know if my version is same or above some mentioned version. What can be done? 回答1: