I installed alamofire in my project. Now I would like to remove it. So I removed the lib from the Podfile which is now empty. Then I launched
pod install
Now I have 3 error in my project :
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.
What should I do?