Search code examples
iosiphone-5armv7

Updating the ios5 app (nib files) to support ios6


Recently I am facing an issue updating my ios5 application which is running fine in ios5 to run in iPhone 5 (ios6). The app has nib files, which need to be re arranged according to respective bounds of the view. When build/run in the simulator works fine, but when tried in the device, gives error regarding the architecture.

Checked these links

XCode 4 active architecture setting

What Xcode settings should I use to support both armv6 and armv7?

Changed the 'Build Active ARchitecture' to YES/ NO -but no use Changed the 'Valid Architecture' to 'armv6 armv7', 'armv6', 'standard armv6' etc. but no luck

If it runs in iPhone5, it did not run in other devices, iPad (ios 5.1.1) and iPod (ios 5.1.1)

Thanks in advance.


Solution

  • In plist file i have made below changes After lot many hours got the solution for this. I have changed like this in plist it's getting started. Thank you..