Can someone please tell me why I am receiving a “Format string is not a string literal (potentially insecure)” warning on
[[self navigationController] setToolbarHidden:YES];
It is driving me crazy.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The warning doesn’t seem related to the code at all. Try cleaning, building or analyzing the project; anything that would cause an error check again. It’s probably an old error from a different line.