iOS
Introduction
Creating a New iOS Project
Troubleshooting
The MinimumOSVersion value in the Info.plist (11.0) does not match the SupportedOSPlatformVersion value (11.2)
The MinimumOSVersion value in the Info.plist (11.0) does not match
the SupportedOSPlatformVersion value (11.2) in the project file
(if there is no SupportedOSPlatformVersion value in the project
file, then a default value has been assumed). Either change the
value in the Info.plist to match the SupportedOSPlatformVersion
value, or remove the value in the Info.plist (and add a
SupportedOSPlatformVersion value to the project file if it doesn't
already exist).
Additional Information
Last updated
Was this helpful?