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
Similar Posts:
- [How to Solve] diff: /../Podfile.lock: No such file or directo
- [Solved] xcode unbound variable: Command PhaseScriptExecution failed with a nonzero exit code
- React Native Project Run Error [How to Solve]
- resource fork, Finder information, or similar detritus not allowed
- CocoaPods could not find compatible versions for pod [How to Solve]
- [Solved] Working copy locked occurs when SVN commit
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun …
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- [Solved] Xcode 10 Error: library not found for -lstdc++.6.0.9
- Go build error after MacOS Monterey system upgrade [How to Solve]