4

Today we picked an old (6 months old) iOS project back to add some features. We clone repo and run `pod install` to pull the dependencies.

There seems to be a bug with FBSDKCoreKit (facebook SDK) and the only solution is to delete the Podfile.lock

if we do this, it will pull the new version of every dependency, and the public API of each dependency is broken. Meaning we have to spend about 18 hours+ just to make this shit compile.

Fuck this shit!!

Comments
Add Comment