I am unable to run my Xcode project because of such CocoaPods errors:
diff: /../Podfile.lock: No such file or directorydiff: /Manifest.lock: No such file or directoryerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Inside my Podfile :
source 'https://github.com/CocoaPods/specs.git'workspace 'LongPathToMyProject/..../.../MyProject.xcworkspace'
I tried pod install
a lot of times, also i tried
rm -rf MyProject.xcworkspacepod install
But it is not helping me.