Replies: 1 comment 3 replies
-
This should help: https://github.com/dotnet/maui/wiki/Release-Versions |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which Versions of XCode and the Command Line Tools are currently supported by MAUI? I am asking because when using DevExpress in version 24.1.4 they do not support Trimming and to set trimming to false
<PublishTrimmed>false</PublishTrimmed>
and compile for iOS, I get the error"iOS projects must build with PublishTrimmed=true. Current value: false. Set 'MtouchLink=None' instead to disable trimming for all assemblies"
.When I do this and set
<MtouchLink>None</MtouchLink>
, I get the error"This version of Microsoft.iOS requires the iOS 17.5 SDK (shipped with Xcode 15.4). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs)."
.So it looks like it is needed to have a higher version of Xcode installed than just XCode 15.2 with Command Line Tools 15.1, but I thought MAUI does not even fully support XCode 15.3 at the moment?
@jfversluis what is the current answer for this right now?
Beta Was this translation helpful? Give feedback.
All reactions