Closed mcumming closed 7 months ago
My project uses the following:
<TargetFramework>net9.0-ios</TargetFramework>
This is the output from Publish iOS
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"
Hey @mcumming , in the extension settings, you can override the .net version to use
Hey @mcumming Since I have not heard from you, I'm closing this issue. Please reopen if the error persists.
My project uses the following:
This is the output from
Publish iOS