Replies: 1 comment
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On MAUI Project in Visual Studio 2022 when I run the project on iOS simulator
on the Program.cs under Platforms/iOS folder on below line
it gives below error
ObjCRuntime.ObjCException: 'Objective-C exception thrown. Name: UIViewControllerHierarchyInconsistency Reason: child view controller:<AVPlayerViewController: 0x14cdaa200> should have parent view controller:<Microsoft_Maui_Controls_Handlers_Items_CarouselViewController: 0x14bd9aa90> but actual parent is:<Microsoft_Maui_Controls_Platform_Compatibility_ShellFlyoutRenderer: 0x14bd55530>
My XAML PAge is like below
<ContentPage.Resources>
<converters:NotNullOrEmptyStringConverter x:Key="NotNullOrEmptyStringConverter"/>
</ContentPage.Resources>
<ContentPage.BindingContext>
<local:CardVM />
</ContentPage.BindingContext>
<CarouselView.ItemTemplate>
Can anyone help with this?
Beta Was this translation helpful? Give feedback.
All reactions