locked
Xamarin.iOS 11.4.0 does not support a deployment target of 11.2 for iOS (the maximum is 11.1) RRS feed

  • Question

  • User298434 posted

    Since the last iOS and Visual Studio Mac update, I'm getting the following error when trying to build:

    Error Xamarin.iOS 11.4.0 does not support a deployment target of 11.2 for iOS (the maximum is 11.1). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of Xamarin.iOS.

    My iPhone and iPhone simulators are all on 11.2, and the only SDK version available in Visual Studio is 11.2 as well.

    Any suggestions?

    Thursday, December 7, 2017 1:32 PM

Answers

  • User362394 posted

    I had same problem. Check 'MinimumOSVersion' key in info.plist. If it doesn't exist, add it.

    ~~~ MinimumOSVersion 11.0 ~~~

    • Marked as answer by Anonymous Thursday, June 3, 2021 12:00 AM
    Thursday, December 7, 2017 3:19 PM

All replies

  • User362394 posted

    I had same problem. Check 'MinimumOSVersion' key in info.plist. If it doesn't exist, add it.

    ~~~ MinimumOSVersion 11.0 ~~~

    • Marked as answer by Anonymous Thursday, June 3, 2021 12:00 AM
    Thursday, December 7, 2017 3:19 PM
  • User298434 posted

    @spacekey said: I had same problem. Check 'MinimumOSVersion' key in info.plist. If it doesn't exist, add it.

    ~~~ MinimumOSVersion 11.0 ~~~

    I can build now! Thanks, you're a lifesaver!

    Thursday, December 7, 2017 4:09 PM
  • User343916 posted

    Downgrading the xcode to previous version could solve this problem

    Hope this will help

    Tuesday, September 18, 2018 2:45 PM