Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The app "xxx" was not installed on the iPhone "xxx" because it is not compatible with this iPhone"

Tags:

xcode

ios

cordova

Im using x code 4.4.1 with cordova 1.7.0 , i created Ad Hoc IPA file and installed in iPad with iOS6 it works fine. Then i tried in iPhone 3gs with iOS 4.2.1 it shows error while installing - "The app "xxx" was not installed on the iPhone "xxx" because it is not compatible with this iPhone". Deployment Target is 4.2 i used.

like image 263
Praveen Kumar Avatar asked Jan 04 '13 06:01

Praveen Kumar


1 Answers

you might created your project only for iPad. If you want to run your app in both iPhone and iPad, you need to create your project as Universal. Check your Targets, in Summary tab whether Devices is set to Universal or iPad.

like image 193
arthankamal Avatar answered Oct 10 '22 08:10

arthankamal