jamesingreersc

Results 6 comments of jamesingreersc

Same problem here. Works great on Droid. Crashes on IOS ObjCRuntime.ObjCException: 'Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Expected dequeued view to be returned to the collection view in preparation for...

I'm still getting the same problem on both an iPhone 7 running 18.01 and a sim running 17.2. Here are my packages "Microsoft.Maui.Controls" Version="8.0.92" "Microsoft.Maui.Controls.Compatibility" Version="8.0.92" "Microsoft.Maui.Essentials" Version="8.0.92" "Prism.Maui" Version="9.0.537"...

I created a test project and found my problem while doing it. I was using an ObservableCollection. I changed it to a List and it works fine now. Apparently Android...

@jfversluis Here is the test app I created if it helps any. In InvoiceContentViewModel.cs just change the List to an ObservableCollection and it will recreate the issue.[GroupedCollectionTest.zip](https://github.com/user-attachments/files/17572268/GroupedCollectionTest.zip)

This may be related. I just updated to 10.0.0 and the first EventToCommandBehavior in my solution failed. No errors or messages, just stopped working. This is the code piece that...

@brminnick ahhh, release notes :) Thats what I get for updating all nugets at once without reading them. Just tested with the new BindingContext and it's working just fine.