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

后端 未结 30 2364
小蘑菇
小蘑菇 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:27

    This made my day!

    1. Deleting the Podfile.lock file in your project folder
    2. Deleting the Pods folder in your project folder
    3. Execute pod install in your project folder
    4. Do a "Clean" in Xcode
    5. Rebuild your project

提交回复
热议问题