How to remove iPhone 5 compatibility from Xcode project? How to remove iPhone 5 compatibility from Xcode project? xcode xcode

How to remove iPhone 5 compatibility from Xcode project?


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.


I think if you delete Default-568h@2x.png from your project then it will remove the iPhone 5 full screen features.


Remove armv7s in Build Setting Architecture and remove the Retina 4Inch Image in Summary of your Target Clean Build. Then Your Application will start support for 3.5 Inch screen only