My app won't start after I updated to Xcode 12 beta 4 and iPadOS beta 4. Instead it crashes immediately after launch. I assume that this is related to my sidebar (UIKit implementation) since UISplitViewControllers compact mode works.
The app crashes with the following errors: Assertion failure in -[UIListContentConfiguration _enforcesMinimumHeight], UIListContentConfiguration.m:470
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unknown style: 10'
I haven't been able to figure out what the root cause here is. The app used to work fine and still compiles without errors.
Any ideas what style 10 is?