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:
Any ideas what style 10 is?
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'
Any ideas what style 10 is?