1

I am getting this strange error mentioned above if i choose deployment target below iOS 8 and even my app crashes on iphone with iOS version below iOS 8.0 .I think it has to do something with auto layout but i am not getting any errors or warnings for my constraints.

I am using Xcode 6.

So can anybody guide me how can i get rid of this problem.

Thanks in advance..

vaibhav
  • 117
  • 2
  • 13

1 Answers1

3

This answer to a similar question may helpful
https://stackoverflow.com/a/26045383/415219

The gist seems to be that versions of iOS prior to iOS 8.0 do not like the "Constrain to Margins" option when pinning constraints.

Community
  • 1
  • 1
TylerJames
  • 941
  • 8
  • 27