[IOS] xcode 4 missing file warning Solution

Source: Internet
Author: User
Tags using git

These solutions are way too difficult. The problem is that you have removed the project from filesystem but SVN still thinks they are there. Detaching
Project from SVN will work, the same for Removing. SVN folders but that is going to destroy your repository! It is much easier to open console, browse to your folder ("CD/pathtoyourfolder") and type the following command: SVN Delete nameofmissingfilefor git
Repositories: git RM nameofmissingfile



It is explained as follows:

The cause of this warning is that you have deleted the file from the file system, but SVN does not know that the file has been deleted correctly. The simplest solution is to open the terminal, run the "cd" command to the directory where the deleted file is located, and then run the following SVN command to delete the file information in SVN:

  1. SVN Delete nameofmissingfile

Copy code

If you are using git, use the following command:

  1. Git RM nameofmissingfile

Copy code

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.