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.