You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a crash when testing on the iPad 2 simulator w/ iOS 8, compiled using Xcode 6 GM.
Everything's working fine until I rotate the simulator, then I'm getting this if I started the app in portrait:
Or this if I started in landscape, rotated to portrait, and the came back to landscape again. There's no crash, only Xcode insulting me with "breaking constraints" stuff:
@guillaume-algis I ran into the very same problem lately, and I'm using 6.1.1. The feature in iOS 8 still feels a bit shakey and I've actually gone back to basics with regards to doing self-sizing, using a combination of -collectionView:layout:sizeForItemAtIndexPath: on the layout delegate and -systemLayoutSizeFittingSize:UILayoutFittingCompressedSize in the cell itself.
I'm getting a crash when testing on the iPad 2 simulator w/ iOS 8, compiled using Xcode 6 GM.
Everything's working fine until I rotate the simulator, then I'm getting this if I started the app in portrait:
http://pastebin.com/RFRKhcG6
Or this if I started in landscape, rotated to portrait, and the came back to landscape again. There's no crash, only Xcode insulting me with "breaking constraints" stuff:
http://pastebin.com/PALMF1nF
Does anyone experienced the same thing? Is this an Apple bug?
The text was updated successfully, but these errors were encountered: