Search code examples
iosxcodecocoapods

Removing Pod from project - xcode


I'm trying to remove pod from my project. After i'm deleting all the files and everything i'm getting this messages

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.

I tried to remove the pods from the project, reinstall them, remove the script from the build phase, nothing is working.


Solution

  • Ok, I fixed it.

    Just use this tool https://github.com/kylef/cocoapods-deintegrate and now everything works fine!