banditoth / maui-archiver-vscode

Visual Studio Code extension for archiving/publishing .NET MAUI applications
MIT License
34 stars 2 forks source link

`Publish iOS` builds using `.net8-ios` when project supports `.net9-ios` #14

Closed mcumming closed 3 weeks ago

mcumming commented 1 month ago

My project uses the following:

     <TargetFramework>net9.0-ios</TargetFramework>

This is the output from Publish iOS

dotnet publish "TestApp.iOS.csproj" -f net8.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64  -p:CodesignKey="XXX" -p:CodesignProvision="XXX"
banditoth commented 1 month ago

Hey @mcumming , in the extension settings, you can override the .net version to use

banditoth commented 3 weeks ago

Hey @mcumming Since I have not heard from you, I'm closing this issue. Please reopen if the error persists.