Monday 30 July 2018

Getting random crashes while pushing to another view controller

I am getting random crashes while pushing to another view controller.
 
 It was too difficult to find out such a crash, we spent the almost 2-3 days to solve this issue. seems like the crash was due to the one extra view outlet got connected to the main view in the storyboard. Which created the nil reference for some objects of the view controller and applications crashes.
 But something surprising to us that how Xcode allowing me to connect the two outlets to the main view. I have again tried connecting the same but this time it is not allowing me to connect.  Attaching the screenshot for the same.
 
 Any kind of help/explanation is appreciated.enter image description here



from Getting random crashes while pushing to another view controller

No comments:

Post a Comment