-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[area-Tools-ILLink]: #110052
Comments
Thank you for reporting this issue! Can you tell us what you were trying to compile that caused this issue, what commands you ran, what OS you're on, what version of .NET you're using, and if this happened after an upgrade? Also, if theres an exception stack trace, that would be helpful. |
Hi
I am trying to publish an ios app to the apple play store but am struggling my arse off. It doesn’t event want to deploy the app after the last visual studio update. I am using windows and I have tried commands and archiving and everything and I just cannot get this thing publish. It has been two days I have been struggling now
|
Do you mean you've cleared the Can you share detailed steps of what you're doing that produces the error? Also, any build logs you can provide would help us figure out what the issue is. |
Hi
I have tried the publishing archive or even building it in visual studio 2022 to publish it to the apple playstore and it presents me with this error. Please see screenshot below
Then in VS Code
Using Command In VS Code and Visual Studio
dotnet publish D:\xxxx\MauiAppIOSApp\MauiAppIOSApp.csproj -c:Release -f:net8.0-ios /p:ArchiveOnBuild=true /p:RuntimeIdentifier=ios-arm64 /p:ServerAddress=192.168.1.254 /p:ServerUser=nathanavis /p:TcpPort=58181 /p:ServerPassword=XXXX /p:EnableAssemblyILStripping=false
Please can you sort this out
|
Hi
This is what happens when I try with dotnet core 9.0
Hi
I have tried the publishing archive or even building it in visual studio 2022 to publish it to the apple playstore and it presents me with this error. Please see screenshot below
Then in VS Code
Using Command In VS Code and Visual Studio
dotnet publish D:\xxxxxx\MauiAppIOSApp\MauiAppIOSApp.csproj -c:Release -f:net8.0-ios /p:ArchiveOnBuild=true /p:RuntimeIdentifier=ios-arm64 /p:ServerAddress=192.168.1.254 /p:ServerUser=nathanavis /p:TcpPort=58181 /p:ServerPassword=XXXX /p:EnableAssemblyILStripping=false
Please can you sort this out
I have tried commands and archiving and everything
Do you mean you've cleared the bin/ and obj/ folders and run a rebuild in VS?
Can you share detailed steps of what you're doing that produces the error? Also, any build logs you can provide would help us figure out what the issue is.
|
Can you please reply on GitHub directly instead of in the email? Otherwise, all the screenshots and attachments won't be uploaded so we are not able to check them. |
Yes I have cleared the bin and the obj but it doesnt work |
Description
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk.net8.0_18.0\18.0.8314\tools\msbuild\iOS\Xamarin.iOS.Common.After.targets(364,3): error IL1012: IL Trimmer has encountered an unexpected error. Please report the issue at
Reproduction Steps
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk.net8.0_18.0\18.0.8314\tools\msbuild\iOS\Xamarin.iOS.Common.After.targets(364,3): error IL1012: IL Trimmer has encountered an unexpected error. Please report the issue at
Expected behavior
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk.net8.0_18.0\18.0.8314\tools\msbuild\iOS\Xamarin.iOS.Common.After.targets(364,3): error IL1012: IL Trimmer has encountered an unexpected error. Please report the issue at
Actual behavior
1>C:\Program Files\dotnet\packs\Microsoft.iOS.Windows.Sdk.net8.0_18.0\18.0.8314\tools\msbuild\iOS\Xamarin.iOS.Common.After.targets(364,3): error IL1012: IL Trimmer has encountered an unexpected error. Please report the issue at
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: