SplitView navigation broken on iPad

I have two tabs in my app that contain a view with a list of items. When user taps an item, the navigation to detail view is triggered. On iPhone the list view takes the whole screen and it works just fine.

However, on iPad those views are rendered in SplitView with the list of items on the left and the detail view on the right and the navigation works only for the first tap. After that, tapping any item doesn't change the detail view at all. I can see the following message in the console:

Unable to present. Please file a bug.

One of the views has an option to switch between SplitView and StackedView and the navigation works just fine in the StackedView on iPad. So clearly there is a problem with navigation in the SplitView.

I just updated my iPad OS to 14.7 and still doesn't work, but it worked just fine on iPad OS 13 and 14...

40% of my app on iPad has become useless, because user simply cannot navigate to the simplest detail view :/

Has anyone else encountered this?

SplitView navigation broken on iPad
 
 
Q