Closed snown closed 10 years ago
Thank you for submitting a great and informative bug report! I will look into this issue next week. If you happen to find the cause for the bug you are welcome to create a pulll request. Thanks!
@hfossli Any insights on this? I believe I am seeing the same thing.
Will look into it on friday probably. Pull requests is welcome!
@hfossli I've just been trying some things, and moving to iOS SDK 8.0 beta 2 (Xcode 6 beta 2) seems to fix this. I can't find anything in the release notes that specifically mentions it being fixed, but it hasn't happened since I upgraded.
Great to know! It may be related to my code, but it seems more related to how UIKit is handling touch. I am not using any addObject:
method on NSSet. If someone reports this problem on the beta 2 or higher I will definitely look into it.
I can confirm that this issue is no longer presenting itself in later beta versions of Xcode 6. Feel free to close.
Thanks
Firstly, I would like to state that I understand that this issue is in the Xcode beta, and therefore should be treated as low priority. I did check that this issue does not occur in Xcode 5 with the iOS 7.1 Simulator.
That being said I am experiencing an issue with Xcode 6 and the iOS 8 Simulator and the quad demo where dragging from any corner other than the upper left results in a crash. Here's what I'm seeing:
And the console in text:
Dragging from the upper left handle seemed to work. Additionally all of the other demos seemed to work.
Thanks for taking a look, please let me know if I can provide any more information, or help out in any way.