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 builds successfully, but it cannot been installed and an error appears:
- 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?