Skip to content

Instantly share code, notes, and snippets.

@thuliumsystems
Created November 9, 2021 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thuliumsystems/05ec77abe961a4dd04e4e51305e052f9 to your computer and use it in GitHub Desktop.
Save thuliumsystems/05ec77abe961a4dd04e4e51305e052f9 to your computer and use it in GitHub Desktop.
Error: "The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
to
diff "${SRCROOT}/Podfile.lock" "${SRCROOT}/Pods/Manifest.lock" > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment