Anupam
Anupam
same thing here . `dotnet publish -f:net6.0-ios -c:Release /p:ServerAddress=192.168.1.43 /p:ServerUser=anupam /p:TcpPort=58181 /p:ArchiveOnBuild=true /p:_DotNetRootRemoteDirectory=/Users/anupam/Library/Caches/Xamarin/XMA/SDKs/dotnet/ /p:EnableAssemblyILStripping=true` i too receive the same 9 issues in Transporter upload of .ipa file.
msbuild.binlog from my machine attached here. [msbuild1.zip](https://github.com/dotnet/maui/files/9250973/msbuild1.zip) dev environment: win11 Pro intel i7 + M2 macbook pro ( paired)
meanwhile , same repo, cloned and built on the Macbook directly with `dotnet publish -f:net6.0-ios -c:Release` , uploads just fine, through transporter attaching the msbuild log from MacBook, if it...
