You'll be aware that the iPhone 5 has a differently sized screen to the earlier iPhones. You can design for this by switching the screen size in the storyboard or xib files between the two sizes (this is the icon in the bottom right which looks like a small phone with arrows at the top and bottom).
You can also switch between sizes in the simulator, using the hardware menu, which may have helped you detect this earlier.
In the simplest case, autoresizing masks or layout constraints appropriately should solve most of your problems. If you've built all of your views in code and used fixed frames for everything assuming an iPhone 5 screen size then you have bigger problems.