Error: “The sandbox is not in sync with the Podfile.lock…” after installing RestKit with cocoapods

后端 未结 30 2379
小蘑菇
小蘑菇 2020-11-27 10:12

I\'ve encounter an strange issue after installing RestKit with cocoapods. after resolving RestKit dependency for my project with cocoapods and trying to build it, I face thi

30条回答
  •  北海茫月
    2020-11-27 10:37

    • Go to Build Phases -> Check Pods Manifest.lock
    • Replace
    ${PODS_ROOT}/Manifest.lock
    

    with:

    ${SRCROOT}/Podfile.lock" "${SRCROOT}/Pods/Manifest.lock
    

    Check in image :

提交回复
热议问题