romatroskin / social_share_plugin

Social Share to Facebook and Instagram Flutter plugin.
BSD 2-Clause "Simplified" License
41 stars 86 forks source link

Error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. #31

Closed Linspirit98 closed 4 years ago

Linspirit98 commented 4 years ago

After putting the package in my pubspec.yaml and build, I get the following error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. diff: /Users/linspirit/Documents/MyFlutter/herepose-Linnew/ios/Pods/Manifest.lock: No such file or directory

I tried pod install but it get stuck and never build successful.

I don't know if this matters but I am using objective c for my project.

Hope to hear from you soon. Thank you!

Linspirit98 commented 4 years ago

Sorry, it was my problem with podfile.lock. After endless hours of debugging, i found out it was because i used another package that messed up with pod. However, i have another error that i opened in another issue.