Hello all, I have an unusual problem cannot figure out.
After a UIAlertView is displayed to user a button will perform segue to another scene. The scene I am segueing from is in the View my connection is from my originating VC to my Destination VC ctrl click drag put the identifier in.
When I tap the ok button the app crashes with the following error.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (<LoginView: 0x1505e62c0>) has no segue with identifier 'gohome''
Why does the error say Receiver <LoginView:> when it is Not The Receiving VC it is the Sending VC ? Unless I have never noticed that phrase.
Does not make any sense to me, I have no other VC with the same name I have made these connections 100's of times. They are even in my app now working. The ViewController which I am trying to segue from has a NavigationController too.
I could attach images but my connections are 100% I have run out of ideas !!
Please help if you have any suggestions.
Regards
JZ