I have an application that uses iOS, todayExtension and watchOS as targets.
Until the launch of the new iOS 13, everything was working fine, that week I downloaded the iOS 13 beta on my iPhone and the watchOS 6 on my watch. Then, suddenly my app loads its objects but when I try to show them on a WKInterfaceTable, it's freezed. The table is there, the number of elements are there, but I can't roll it with drag/crown, I can select a row, but I can't navigate through it.
I already tried moving it out from a group, now the TableView is only below the Interface Controller, so no object should be above the TableView.
Btw, "Supports Running Without iOS App Installation" checkbox is checked.