UITabBarController crashes when editing the items

I'm using one UITabBarController which leads to 6 NavigationController. Therefore the user will get 4 icons displayed and one icon with three points to see the rest of the Navigation Controller.

If the user now tries to edit the list and moves one item from the hidden area towards the TabBar at the bottom, the App crashes with the error:

Exception NSException * "Can't add self as subview" 0x0000600000d16040

I can see this effect at least on both my apps. If the same compilation is run on a older iOS version, there is no crash.

Is there anything I have to take care of the configuration of the TabBar, when it comes to iOS26?

OK, I downloaded the 26.4 beta and in the simulator it is now working again. Thanks

UITabBarController crashes when editing the items
 
 
Q