objective c - IOS 8 : -[UIInputViewSet setRestorableResponder:]: message sent to deallocated instance 0x7d6659b0 -


This is only happening with the iOS 8 iPhone app, the app worked fine with the previous version. Coming to this issue, I have a table view, in which text fields and other cells are all representative representatives of the textfield. Now, when I click on the text area, the keyboard is displayed. While the keyboard is still visible, I click on another keyboard which takes me to see others, rejecting the keyboard. Now, when I click on the back button in this new scene to return to the previous scene, the application is crashing showing the error message mentioned in the title as. It used to work perfectly in iOS 7 and in previous releases. Please help

asked as addind stack trace

 . & Lt ;. _NSCallStackArray 0x802a7b30 & gt; (0 ??? 0x15daa77d 0x0 + 366,651,261, 1 application 0x002e63f0 main + 0, 2 CoreFoundation 0x06e12fae _CF_forwarding_prep_0 + 14, 3 UIKit 0x058bb318 - [UIPeripheralHost (UIKitInternal) _restoreInputViewsWithId: animated:] 701, 4 UIKit 0x054cdd7d - [UINavigationController navigationTransitionView: didStartTransition: ] 849, 5 UIKit 0x054c569b - [Uinvigtioncontrolr _startkstmtronsisn:] 3843, 6 UIKit 0x054d2726 - [Uinvigtioncontrolr _startdefredtronsisnifneeded:] 712, 7 UIKit 0x054d3372 - [Uinvigtioncontrolr __viawvilllayoutsubviaws] 57, 8 UIKit 0x0564704c - [Uilyutktainerviav Lyotsubviaws] 213, 9 UIKit 0x053cedd1 - [ Uiviav (Klyrdlegte) Lyutsublyersoflaar:] 608, 10 Libobjckakdilib 0x07cf7771 - [Nsbjekt Prformselector: Vitobjekt:] 70, 11 QuartzCore 0x069bc28f - [Klyer Lutsublaars] 152, 12 QuartzCore 0x069b0115 _zn2CA5Layerl6layout_if_niddaepans_llTransactionE + 397, 13 QuartzCore 0x069aff70 _zn2CA5Layer28layout_and_dis Ple_if_niddaepans_llTransactionE + 26, 14 QuartzCore 0x0690e3c6 _zn2CA7Contextl8commit_tronskshnepans_llTransactionE + 284, 15 QuartzCore 0x0690f78c _zn2CAllTransaction6commitEv + 392, 16 QuartzCore 0x0690fe58 _zn2CAllTransactionl7observer_colbackepl9__kfruँlupobsservermpv + 92, 17 CoreFoundation 0x06de59de __kfruँlup_is_kaling_aut_to_an_abjrhwar_kalbak_fnkshn__ + 30, 18 CoreFoundation 0x06de5920 __kfruँlupdubsservers + 400, 19 CoreFoundation 0x06ddb35a __kfruँluprun + 1226, 20 CoreFoundation 0x06ddabcb CFRunLoopRunSpecific + 443, 21 CoreFoundation 0x06dda9fb CFRunLoopRunInMode + 123, GSEventRunModal + 192 0x0865124f 22 GraphicsServices, GSEventRun + 104, 24 UIKit 0x053438b6 UIApplicationMain + 1526, 25 Application 0x002e6491 0x0865108c 23 GraphicsServices Main + 161, 26 libdyld.dylib start 0x0806cac9 +1)  

I had a similar problem Or else yes, it was found that the text field was being deallocated; I fixed it in my code by adding a call to endEditing before pushing on the new view controller: [self.view EndEditing: yes]; [Self.navigationController pushViewController: ... animated: yes];


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -