Reputation: 25
I've got this UICollectionView set up with the NSMutableArrays as datasource.
The problem is that it crashes on ipad simulator while scrolling down with having multiple sections however it runs on device.
i am totally stuck with that and finding no solution to this problem anywhere.
The exception which xcode throwing is:
terminate called throwing an exception
Upvotes: 0
Views: 449
Reputation: 256
The issue might be experienced because of the use of XCode beta release. Try using the latest stable release of XCode and issue with simulator only will hopefully go away.
Upvotes: 2