SiriKit Extension

Hello,

I'm trying to execute an app with a SiriKit extension in a physical device (iPhone 7 and iOS 11.1.2) with XCode 9.2.

The problem is that the app buil succesfully, but it cannot been installed and an error appears:


App installation failed

This app contains an app extension that specifies an extension point identifier that is not supported on this version of iOS for the value of the NSExtensionPointerIdentifier key in its Info.plist.


This key in the Info.plist extension is: com.apple.intents-service

The minimim deployment target is 8.0


Anyone knows what can be the problem? Could be that the deployment target should be higher?

Thank you very much.

Replies

One basic problem is that the lowest Siri Kit supported iOS version is 12! so you can try to update your extension target "Deployment Info" to OS version 12. And then have a another try.