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

up vote
186
down vote
accepted
I was able to fix that by updating CocoaPods.

I. Project Cleanup

In the project navigator, select your project
Select your target
Remove all libPods*.a in Build Phases > Link Binary With Libraries
II. Update CocoaPods

Launch Terminal and go to your project directory.
Update CocoaPods using the command pod install
Previous
Next Post »

1 comments:

Write comments
Anonymous
AUTHOR
6 December 2018 at 05:22 delete

Not working for me. Please help

Reply
avatar