-
Notifications
You must be signed in to change notification settings - Fork 1.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
Unable to deploy to latest IOS device #24271
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Closed similar issues:
|
Looks like I have a similar issue but I can't deploy to any iOS device because it won't even start doing that.
Here's latest logs when I'm trying to launch the app on a local device:
Here's the logs from TestFlight when I was able to build the app (prior to 8.0.400 SDK):
Any help or workaround would be appreciated because it's a blocker. Are there any methods to install previous version of SDK with correct workloads or whatever? |
@rolfbjarne thoughts? |
I haven't seen this before, if you could provide a test project (or even your actual project) so that we can track it down and fix it that would be great (if so, please file an issue at here):
@PureWeen do you guys have a rollback file for this? |
Unfortunately, I cannot reproduce this issue on a blank project. I've even copied a couple of services and views from the main project and it could be compiled.
It looks like some dotnet packages or workloads are somehow damaged on Mac, but how could I repair them? I've already deleted everything via dotnet-core-uninstall and re-installed the latest sdk, but it still shows me a warning when installing workloads that some file with version 8.0.200 could not be found. |
I would suggest disabling native symbol stripping, which would hopefully make the stack trace in the crash report a bit more descriptive: <PropertyGroup>
<NoSymbolStrip>true</NoSymbolStrip>
</PropertyGroup>
I believe this has been fixed recently. |
This issue can't be reproduced on the latest 17.11.1(8.0.72). |
Thanks heaps guys, yes I upgraded the app to net 9 with VS2022 preview and
the latest preview packages for all. But I am waiting on my developer to
get back to me.
…On Fri, Aug 23, 2024 at 6:30 PM dotnet-policy-service[bot] < ***@***.***> wrote:
Hi @acrigney <https://github.com/acrigney>. We have added the
"s/try-latest-version" label to this issue, which indicates that we'd like
you to try and reproduce this issue on the latest available public version.
This can happen because we think that this issue was fixed in a version
that has just been released, or the information provided by you indicates
that you might be working with an older version.
You can install the latest version by installing the latest Visual Studio
(Preview) with the .NET MAUI workload installed. If the issue still
persists, please let us know with any additional details and ideally a reproduction
project <https://github.com/dotnet/maui/blob/main/.github/repro.md>
provided through a GitHub repository.
This issue will be closed automatically in 7 days if we do not hear back
from you by then - please feel free to re-open it if you come back to this
issue after that time.
—
Reply to this email directly, view it on GitHub
<#24271 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCSC7JGKJQG7CQUV26WWYTZS3XJVAVCNFSM6AAAAABMTNPNLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBWGU3TOMJYGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've tried that but the crash report looked the same despite that ipa file went up in size from 26 to 38Mb. |
the issue here talks says that they're reporting it against maui 8.0.70 SR7, but what their proj file says is maui 8.0.7, which is a 6 month old version, many many versions behind latest. |
@acrigney This sounds funny but I was facing same issue this resolved for me by in properties-> IOS-> build- > keep debug link-framework sdk only select this option it worked for me |
While testing for workarounds on another issue, #25534, I tested setting the linker to Full
I was then getting this error. I have a repo linked in that issue. |
Description
We are trying to deploy our MAUI app to ios ipad device with ios version 17.6.1
We are trying to deploy with the latest VS2022 version 17.11.0
When we run there are many missing assemblies such as Microsoft.VisualStudio.DesignTools.TapContract which are hidden assemblies.
We have these assemblies in our proj file
When we deploy with the ios simulator we get this error
System.TypeLoadException
Message=VTable setup of type Microsoft.Maui.Controls.Editor failed
We also updated the MAUI controls and MAUI compatibility packages but we get the same errors.
Steps to Reproduce
A dummy app build and deploys to our IOS 17.6.1 device.
Link to public reproduction project repository
No response
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
17.6.1
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered: