I am receiving this error in some cases when calling request on an INVoiceShortcutCenter.
[[INVoiceShortcutCenter sharedCenter] getAllVoiceShortcutsWithCompletion:^(NSArray<INVoiceShortcut *> * _Nullable voiceShortcuts, NSError * _Nullable error) {
if (error) {}
}];