Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove iPhone 5 compatibility from Xcode project?

Accidentally I allowed Xcode to add the iPhone 5 launch image for a massive app project where I don't want to adapt to iPhone 5 just yet.

I deleted the launch image but the simulator keeps launching it in enlarged iPhone 5 mode. I couldn't find a key in infoplist either. How can I completely remove iPhone 5 support?

like image 422
openfrog Avatar asked Dec 26 '12 13:12

openfrog


People also ask

How do I unpair my iPhone from Xcode?

Open Xcode. go to window -> Devices and Simulators. Right click on your device. click Unpair Device and unplug it.


1 Answers

The following worked for me.

  • Remove the file from Xcode.
  • Delete the file from your Finder folder.
  • Empty the trash.
  • Clean your Xcode project.
  • Delete App from device and simulator.
like image 170
ck_ Avatar answered Oct 11 '22 19:10

ck_