Skip to content
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

[iOS] Physical Phone device won't open any Maui App with .Net 8 #21444

Closed
JPZV opened this issue Mar 26, 2024 · 3 comments
Closed

[iOS] Physical Phone device won't open any Maui App with .Net 8 #21444

JPZV opened this issue Mar 26, 2024 · 3 comments
Labels
platform/iOS 🍎 s/needs-attention Issue has more information and needs another look t/bug Something isn't working

Comments

@JPZV
Copy link

JPZV commented Mar 26, 2024

Description

As the same as #17268 , any Maui app, either an already existing project, or a new empty app, won't open on my Physical Phone (iPhone 8 with iOS 16.7.6).

Everything is exactly the same as in the mentioned issue. If I try to open an app, it shows the splash screen then closes itself in a fraction of a second.

According to that issue, the problem was an API call from iOS 13 on older phones, but mine isn't either old nor it has an older iOS installed (which is confusing as the OP also didn't have an older iOS, it was just 14.6)

Sadly, my connection to the Mac Host isn't that stable to run an iOS Simulator, but it works at least for compiling and deploying the app correctly, or at least it seems to.

Additional info:

Visual Studio 2022 Community: 17.9.4 (VS 17.9.34714.143)
.Net: 8.0.202
iOS manifest: 17.2.8004/8.0.100
xCode: 15.3

Steps to Reproduce

  1. Create a new empty project with .Net 8
  2. Build, Deploy and open the project into an iPhone/iPad
  3. Test it

Link to public reproduction project repository

No response

Version with bug

8.0.3 GA

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

7.0.101

Affected platforms

iOS

Affected platform versions

iOS 16.7.6

Did you find any workaround?

Not yet

Relevant log output

Debugger isn't able to connect, the crash happens before it would even try to establish a connection
@JPZV JPZV added the t/bug Something isn't working label Mar 26, 2024
@dartasen
Copy link
Contributor

Check #21057, if you have upgraded to the latest xcode version

@drasticactions drasticactions added s/move-to-vs-feedback Tells automation to ask the person to use VS Feedback to report the issue and removed s/move-to-vs-feedback Tells automation to ask the person to use VS Feedback to report the issue labels Mar 26, 2024
@dotnet dotnet deleted a comment from dotnet-policy-service bot Mar 26, 2024
@jfversluis
Copy link
Member

As indicated, Xcode 15.3 is not supported right now. Please check the linked issue above. Does that solve it for you?

@jfversluis jfversluis added the s/needs-info Issue needs more info from the author label Mar 26, 2024
@JPZV
Copy link
Author

JPZV commented Mar 26, 2024

Check #21057, if you have upgraded to the latest xcode version

As indicated, Xcode 15.3 is not supported right now. Please check the linked issue above. Does that solve it for you?

Can confirm. Using Xcode 15.2 works perfectly, so it's a 15.3 problem as #21057

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author labels Mar 26, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/iOS 🍎 s/needs-attention Issue has more information and needs another look t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants