iosxcodexcode7.2

Can't install application error while installing in device


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


Solution

  • Go to info.plist and delete required device capabilities or add all neccessary architectures like arm7 and arm64 or else which your device required.

    Hope this will help :)