XXXXXX.app cannot be installed on [DEVICE NAME] XXXXX.app requires the “” capability which is not supported by [DEVICE NAME
I got this error while try to install in device, any one ever faced same situation ?
I am using Xcode 7.2
On
Check you info.plist file for Required device capabilities typo mistakes.
refer this link for more detail: Xcode error "Can't install application ... [appname].app requires the " z" capability which is not supported by [devicename]
Go to info.plist and delete
required device capabilitiesor add all neccessary architectures likearm7andarm64or else which your device required.Hope this will help :)