question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] IOS version supported

See original GitHub issue

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

A project said the following errors when being compiled: “warning CA1416: This call site is reachable on: ‘iOS’ 10.0 and later, ‘maccatalyst’ 10.0 and later. ‘ColorConversionExtensions.WithRed(Color, double)’ is only supported on: ‘iOS’ 14.2 and later, ‘maccatalyst’ 14.2 and later.”

And these lines found in the CommunityToolkit.Maui/CommunityToolkit.Maui.csproj project file:

    <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
    <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>

But according to the document, https://docs.microsoft.com/en-us/dotnet/communitytoolkit/maui/, iOS 10 or higher is supported.

Which one is correct?

Expected Behavior

iOS 10 or higher is supported.

Steps To Reproduce

No

Link to public reproduction project repository

https://github.com/ForkBug/MauiIOSVersion

Environment

- .NET MAUI CommunityToolkit:1.2.0
- .NET MAUI: 6.0

Anything else?

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
VladislavAntonyukcommented, Sep 8, 2022

I confirm it is reproduced. We will discuss the issue on next stand up

0reactions
LennoxP90commented, Sep 9, 2022

I second this issue, I cannot use the community toolkit unless ios 11 is at least supported

Read more comments on GitHub >

github_iconTop Results From Across the Web

About iOS 16 Updates
iOS 16.5.1. This update provides important security fixes and is recommended for all users. It also fixes an issue that prevents charging with ......
Read more >
iOS 16.6—Update Now Warning issued To All iPhone Users
Apple has issued iOS 16.6 fixing 25 iPhone security flaws, two of which are already being used in real-life attacks.
Read more >
iOS 16 & 16.5 Problems and Bugs Tracker: How to Fix Them?
It supports all iOS versions and iPhone models, including the latest ... To fix all these bugs, update your iPhone to iOS 16.0.2...
Read more >
[Updated] Most Common iOS 16.5.1 Problems and How To ...
If you've updated your iPhone to iOS 16.5.1 and found some issues with using the latest version of iOS, you're certainly not alone....
Read more >
iOS version history
Therefore, iOS 12 was supported on the iPhone 5S onwards, iPod Touch (6th generation), the iPad Air onwards and the iPad Mini 2...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found