Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Supported version mismatching #214

Closed
TheJarX opened this issue Jul 7, 2023 · 0 comments · Fixed by #215
Closed

iOS Supported version mismatching #214

TheJarX opened this issue Jul 7, 2023 · 0 comments · Fixed by #215
Labels

Comments

@TheJarX
Copy link
Contributor

TheJarX commented Jul 7, 2023

Describe the bug

An error is triggered when trying to run on iOS a mismatch in the supported versions of iOS in these two files:

Related to: PR #209

To Reproduce

  • Create a project with the xplat template
  • Open and try to run on iOS

Avalonia Templates version

11.0.0

Avalonia version

11.0.0

Additional context

Info.plist: The MinimumOSVersion value in the Info.plist (10.0) does not match the SupportedOSPlatformVersion value (13.0) 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant