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

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

    I had same error. First I update cocoapods using

    sudo gem install cocoapods
    

    then install pods using Pod install command worked for me.

提交回复
热议问题