Open
Description
Repro steps
Affected Branch: main
Affected Build: 17.11.0 Preview 1.0 [34814.24.main]
- .NET SDK: 9.0.100-preview.3.24204.13
- Sdk-manifest:9.0.0-preview.3.10457
- microsoft.net.sdk.ios: 17.2.9433-net9-p3
- microsoft.net.sdk.maui: 9.0.0-preview.3.10457
Note: The same command can generate ipa files on NET8
Setup
- Install any main build
- Install NET9: 9.0.100-preview.3.24204.13
- Install maui workload->dotnet workload install maui --from-rollback-file http://maui.blob.core.windows.net/metadata/rollbacks/9.0.0-preview.3.10457.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json --source https://api.nuget.org/v3/index.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json
Steps to reproduce:
- Create an empty folder with the name of the solution for Maui eg:iosPub
- Run command line: cd to C:\iosPub
- Open the project and set the info.plist file ->save
- Run command line: dotnet new maui
- Run command line: dotnet publish iosPub.csproj -f net9.0-ios -c Release -p:ArchiveOnBuild=true;Platform=iPhone -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="Apple Distribution: xiaoting zhang (VVW3J38584)" -p:CodesignProvision="ZackVS" -p:ServerAddress=xxxx -p:ServerUser=xxx-p:ServerPassword=x.a.2036 -p:TcpPort=58181 -p:_DotNetRootRemoteDirectory=/Users/[xxxx]/Library/Caches/Xamarin/XMA/SDKs/dotnet/
Actually:
Output cannot correctly display the location of the ipa
Expected:
Accurately give the location of ipa,Please refer to the screenshot of Net 8