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. 现在有个解决方案
Option 1:
Close xcode first and then pod install
If it doesn’t work, delete the xcworkspace Podfile.lock Pods folder ~/Library/Developer/Xcode/DerivedData path of the corresponding project
Then pod install
Option 2:
pod deintegrate –verbose
pod install –verbose