How is everyone else doing iOS debugging #21320
Replies: 9 comments 9 replies
-
VS for Mac works, but I normally use VS on Windows paired to a Mac. In what way does it not work for you? |
Beta Was this translation helpful? Give feedback.
-
Rider ;) |
Beta Was this translation helpful? Give feedback.
-
I was going to suggest using Rider, but I suspect it will have the same issues. If so, it might be a problem with the Debug configuration, have you created new configurations or has anything been changed? I would start the new Hello World and see if that works, and move forward. |
Beta Was this translation helpful? Give feedback.
-
I'm using VSCode + .NET Meteor plugin + iPhone simulator on a mac mini. It works fairly well. In some things it works better than Android debugging (with a similar set-up). The main problem is the limitations of the iPhone Simulator. I haven't managed to set-up physical device debugging yet. I don't understand all these hoops Apple wants me to jump through to get that working. So yeah, we deploy to Testflight using fastlane (from that mac mini) to test on a physical device. |
Beta Was this translation helpful? Give feedback.
-
I don't have an issue with iOS debugging, using MAUI 8.0.14 and debugging using iOS Simulator (17.2) and an actual iPhone 12 just fine. My development machine is a MacBook M2 Pro, no Windows involved. I use Rider as my main IDE, but VS Code also works. What sort of problems are you having? |
Beta Was this translation helpful? Give feedback.
-
I just found out that XCode 17.3 is not yet supported, so that explains my latest issue. It looks like that version of xcode and the latest version of Maui got released around the same time so I had assumed that both would be in sync. Turns out this isn't the case so we need to wait until the next Maui update to get it working again. That said, I have got things working in VS Code on iPhone 14 at the moment so i'll just run with that until it stops working. |
Beta Was this translation helpful? Give feedback.
-
Just thought I would follow up on this. I finally took everyone's advice and tried Rider - would have saved myself a lot of pain if I had done it sooner! I kept hoping that MS would eventually fix the problems... The whole team have had continued issues using VS Code or pair to mac - it is so unreliable and VS Code is a terrible tool to use. Rider just works - you don't need to mess around with it. |
Beta Was this translation helpful? Give feedback.
-
I am using Rider. But same issue. Debugging will SOMETIMES for no apparent reason not work anymore. But Android is worse. It happens to my collegues too. It seems be a problem that everyone experiences eventually but its just part of the .NET MAUI experience. |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing excruciatingly long MAUI iOS build time atm, seriously, like I can barely do more then 4 redeployment in an hour on making any .csproj file or code changes. Maybe there's an element for me right now on just trying to find the sweet spot in the release config, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering what the options are for this now?
VS for Mac doesn't work.
VS Code + Dev Kit doesn't work.
VS Hot Reload doesn't work.
So, how is everyone doing it? At the moment we are having to deploy through Devops to TestFlight to see the result of our changes.
Beta Was this translation helpful? Give feedback.
All reactions