[BUG] IOS version supported
See original GitHub issueIs 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:
- Created a year ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I confirm it is reproduced. We will discuss the issue on next stand up
I second this issue, I cannot use the community toolkit unless ios 11 is at least supported