Daniel Carr
Daniel Carr
I've also encountered this issue on an M3 Pro MacBook Pro, dotnet 8.0.300, XCode 15.4. Adding ```iossimulator-x64``` to my csproj at least allowed the simulator to load the app, but...
How do you use the AppBuilder with iOS? The xplat template uses ```UIApplication.Main(args, null, typeof(AppDelegate));```. The [Application Lifetimes](https://docs.avaloniaui.net/docs/concepts/application-lifetimes) page seems to point to using ```StartLinuxFramebuffer``` but I can't seem to...
> As per [xamarin/xamarin-macios#20657](https://github.com/xamarin/xamarin-macios/issues/20657), it seems to be a bug in iOS Apple simulator. And might be worked-around by using Metal rendering instead of OpenGL: > > ``` > .With(new...
I've also encountered this issue
On macOS Sequoia - [tool_crash] SocketException: Send failed, OS Error: No route to host, errno = 65
~~I've also encountered this issue after upgrading to iOS 18 public release, however it's in relation to the [signalr_netcore](https://pub.dev/packages/signalr_netcore) package when it tries to negotiate a connection using an HTTP...