I am trying to add a ‘.a’ file in my XCode project but it is getting ignored by SVN and so I am not able to add it in the repository. Any clue what could be the reason?
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.
Yeah you will have to do it manually. Just navigate to it in a console and perform a svn add file_name.a and it should work.