Reputation: 51
I build a iPad project,i want to run the project on iPhone with auto-resize and it's run successful on iPhone 4.1 simulator,but it's always alert 'can only installed on ipads' when i run it with my iPhone,how can I run a iPad project on a iPhone or touch,what can i do?
Upvotes: 0
Views: 91
Reputation: 1457
It doesnt make sense to install an iPad app in iPhone at all.
iPad has its own UI controls.You can install iPhone apps to iPad is just because iPad supports all the controls that iPhone has.
Reverse is not possible.
Upvotes: 1
Reputation: 2425
You should set Targeted Device Family to iPhone/iPad in your project settings.Hope it works for you..
Upvotes: 2