Uno.UI 4.1.9 is compiled against Microsoft.iOS 15.2.303.55 but only Microsoft.iOS 15.2.302.122 is released #8453
Unanswered
inforithmics
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for opening the issue. 4.1.9 is built against the upcoming RC1, mostly because it's very difficult to get Preview 14 (see the known issues) working properly on CLI. This situation is temporary, until RC1 of .NET 6 Mobile gets released. At this time, the only way to work around this is to use uno-check, using this PR https://github.com/unoplatform/Uno.XamlBehaviors/pull/24/files as a base. We hope that RC 1 will make all of this go away. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
I tried to use Uno.UI 4.1.9 with net-ios target but following Error Message occours.
Error CS1705 Assembly 'Uno.UI' with identity 'Uno.UI, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' uses 'Microsoft.iOS, Version=15.2.303.55, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' which has a higher version than referenced assembly 'Microsoft.iOS' with identity 'Microsoft.iOS, Version=15.2.302.122, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
Meaning that Uno.UI is compiled against a later preview than 14 maybe release candidate or preview15.
Expected behavior
It works with a ios workload that is available. like preview.14 which has version 15.2.302.122
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
Don't know how to force Microsoft.iOS 15.2.302.122
Works on UWP/WinUI
No response
Environment
No response
NuGet package version(s)
No response
Affected platforms
iOS
IDE
Visual Studio 2022
IDE version
17.1.2
Relevant plugins
ReSharper
Anything else we need to know?
tried to target net6.0-ios with ios workload of Preview14.
Progress is visible here.
Mapsui/Mapsui#1576
Beta Was this translation helpful? Give feedback.
All reactions