There is a letter ‘C’ just beside the app delegate file in the project navigator. Why is that there? I know the letter ‘M’ is there to notify me that the file has been modified, but I’m not sure about the letter ‘C’.
Share
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.
This indicates a Conflict between your local file and the repository. In other words, you checked out, someone else checked out, they checked in, and now yours is out of date.