I have an iOS app that worked well on all devices in iOS 6.
I recently upgraded my xcode to version 5.0 and tried to build the same app for iOS 7 on an iPhone 5.
On building the app, the xCode upgraded something in the code settings, but failed to build with errors.
On the iPad XIB, I get an error : "Illegal Configuration : Auto Layout on iOS Versions prior to 6.0".
I tried enabling and disabling the "Use Autolayout" checkbox in the File Inspector, but it didn't work.
Please help me fixing this issue.