Touch detection doesn't work on simulator for iOS 9
问题 I've updated Xcode to Xcode 7. Then my Swift project to Swift 2. At last I removed removed all warnings. First scene display few SKLabel and few SKSpriteNode . Using iOS Simulator, touch detection doesn't work under iOS 9 but is ok on iOS 8. A breakpoint put on touchesBegan method show this method is not called. override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) { // Breakpoint is set here } EDIT Removing these messages does not solve anything. Console display