Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Maui - ios simulator crashes on clicking entry field

Tags:

.net

ios

maui

Been working on a .NET MAUI app for a bit and finally bought myself a MacBook Pro to start targeting iOS devices. I did the pair to mac and the first time it actually worked...but it has been flakey. Anyway, I brought up my app in an iOS simulator and it comes up, but then as soon as I click into any entry fields, the app crashes.

I'm using the latest of everything, including MacOS and XCode.

Anybody else have this happen?

like image 401
Matt S. Avatar asked Oct 16 '25 04:10

Matt S.


2 Answers

I'm using the latest of everything, including MacOS and XCode.

This is exactly the issue! Xcode 15.3 is not supported right now as also indicated by this issue which is pinned on the .NET MAUI repository.

Downgrade to Xcode 15.2 for now (you could use Xcodes for that) to keep developing without issues until the bindings for the latest iOS SDK version are ready.

Or the other way around: use Xcode 15.3 but install the iOS 17.2 Simulators which should work as well, or physical devices with an older iOS version.

In the linked issue is also a workaround mentioned for working with Xcode 15.3 and iOS 17.4.

like image 55
Gerald Versluis Avatar answered Oct 17 '25 17:10

Gerald Versluis


I ran into this today starting up an emulator with 17.4 and thought I broke something.

Interestingly, I am still using XCode 15.3 but staying away from running emulators with 17.4 and this seems to be working. Note: I haven't tested anything but iPhone 14 Pro Max iOS 16. 🏄‍♂️

like image 31
Jeff Avatar answered Oct 17 '25 18:10

Jeff



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!