Your problem is that the “Deployment Target” for your project is “5.0” and you are using a feature that isn’t available for iOS 5.
Check the “General” tab for your build target
and update it to at least 6.0 to use Auto Layout
Your problem is that the “Deployment Target” for your project is “5.0” and you are using a feature that isn’t available for iOS 5.
Check the “General” tab for your build target
and update it to at least 6.0 to use Auto Layout