After installing Xcode 11, when testing on iOS 12 mobile device, the following error keeps appearing. It always crashes the application.
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UISegmentedControl 0x107c7ec90> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key selectedSegmentTintColor.'
On iOS 13, it does not crash.
