I have made an application in Xcode 4.5.1 with Mountain Lion as OS. Now my problem is, it is working in the iPhone 5 but not in iPhone 3, how to fix this issue?. if it works, in both case the height differs, it is a native application which is opened in the web view???
Share
The problem is with the new version of Xcode, the default setting of i386 Architectures includes the new iphone 5 armv7s. Some of the items we were linking in, did not include armv7s and we were bugging out. Needed to change the Workspace (in our case) not to be the default arch, but to specify armv7 only.
Edit:
your own dependent libraries, build them with the same (correct)
configuration.