Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 381
Prashant Tukadiya Avatar asked May 18 '16 11:05

Prashant Tukadiya


1 Answers

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 :)

like image 62
Ketan Parmar Avatar answered Nov 15 '22 05:11

Ketan Parmar