IOS App crashes when pressing Button with NavigationController?

I just got it solved. I had to insert a property in AppDelegate. H and synthesize it in AppDelegate.

M and then edit it to the following.

Of course you are sending the message to the wrong object, run a find in your code to see if you are sending the message SettingsPressed directly to a NSString and check if you made the right connection in interface builder. You could also send in the debugger po addressOfCrashingInstance to receive more info.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions