Question

I am developing one application for iPad and iPhone. The problem is that I only have one iPad. I need to develop in a physical device cause I have some libraries inside the project that only works in device. Are there any way to deploy in my iPad as an iPhone to check if the application code is working fine? I have a jailbroken device.

Thanks!!

Was it helpful?

Solution

In Xcode select your target and then the Summary tab. Change the Devices value from Universal to iPhone. Now build and run your app on your iPad. It will run in iPhone compatibility mode on the iPad.

Don't forget to put that option back to Universal before shipping the app to Apple.

One limitation is you can't test to see if your app works on the 4" devices. The iPhone compatibility mode only works in 3.5" mode.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top