Error When downloading code on GitHub: & #39; The sandbox is not sync with the Podfile. lock \ & #39;, githubpodfile. lock

Source: Internet
Author: User

Error in running The download code on GitHub: 'The sandbox is not sync with the Podfile. lock \ ', githubpodfile. lock
Problem description:

The Demo downloaded from github often uses CocoaPods. Sometimes it cannot be compiled and run due to dependency or version issues. For exampleThe sandbox is not sync with the Podfile. lockThe problem is as follows:

Diff :/.. /Podfile. lock: No such file or directory diff: Manifest. lock: No such file or directory error: The sandbox is not in sync with the Podfile. lock. run 'pod install' or update your CocoaPods installation.'
Solution

Close the current workspace, delete the workspace in the folder, and then re-run pod install. After the installation is complete, open the workspace through the workspace and run clean + build, as shown below:

Rm-rf MyProject. xcworkspace pod install

Before pod install, make sure that the pod setup command has been executed.

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.