I have an intent extension to handle siri intents, everytime I try to trigger the shortcut it says My Application failed. I checked the logs and when the extension is called it produces the following error:
libc++abi.dylib: terminating with uncaught exception of type NSException
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Extension's principal object should not be nil'
terminating with uncaught exception of type NSException
The extension was working fine before and I have not made any changes to it. Any idea on what the principle object is for extensions so that I can check that
libc++abi.dylib: terminating with uncaught exception of type NSException
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Extension's principal object should not be nil'
terminating with uncaught exception of type NSException
The extension was working fine before and I have not made any changes to it. Any idea on what the principle object is for extensions so that I can check that