Shane Neuville
Shane Neuville
@premun https://github.com/cake-contrib/Cake.AppleSimulator It looks like most of the commands are built here https://github.com/cake-contrib/Cake.AppleSimulator/blob/beb5e9b60b4d8ea5bbc706d90f67979c634386f0/src/Cake.AppleSimulator/SimCtl/SimCtlRunner.cs#L107 And then they are fed to xcrun https://github.com/cake-contrib/Cake.AppleSimulator/blob/beb5e9b60b4d8ea5bbc706d90f67979c634386f0/src/Cake.AppleSimulator/XCRun/XCRunTool.cs#L82 Pinging @Redth in case he might have additional nuggets...
Excited to see how this could influence Fabulous!! Maybe Fabulous could shift away from having to just clone wrapping forms elements? Go a bit more in the direction of Comet...
@StephaneDelcroix thoughts?
@JohnHDev Yea :-/ we really need to provide a virtual method for the ViewController Not a great solution but can you just copy and paste that whole https://github.com/dotnet/maui/blob/main/src/Core/src/Handlers/Page/PageHandler.iOS.cs#L10-L25 into your...
@TomLac if you add ```XAML true ``` to your csproj file does that fix?
The map control is only available in .NET 7
Fixed by https://github.com/dotnet/maui/pull/10273
@tradegear if you disable hot reload does it work? Have you tried reducing your app down to a state where it runs? Like, just load a blank page then go...
@99067718 can you attach a full stack trace? Also this might be resolved with the latest preview build if you want to try there
Duplicate of #10524