The "Timestamped Event Matching Error" is common one regarding Xcode Testing as seen from popular StackOverflow questions here and here and the concensus to solve it seems to be:
Enable the accessibility Boolean, and supply the accessessibilityLabel ,accessibilityIdentifier properties with strings either programmatically, in Xcode identity inspector or by adding run time attributes in the identity inspector
My question: is there a way to determine what Object is invoking the Error e.g. by displaying the ObjectID which would make it searchable and help narrow debugging efforts beyond "enable for every conceivable view both in storyboard and programmatically".