Where is "PFFacebookUtils.framework" on CocoaPods repo?

mhergon picture mhergon · Aug 29, 2014 · Viewed 7.3k times · Source

Does anyone know where to find the framework ParseFacebookUtils/PFFacebookUtils.h in the new version of the SDK in CocoaPods? Bolts are installed automatically but no ParseFacebookUtils

Thanks!

Answer

samiq picture samiq · Sep 22, 2014

The official pod is Parse not Parse-iOS, actually the iOS was just deprecated a couple of days ago, to get things working just add ParseFacebookUtils to your pods file and update.

So this means your pods file should look like

pod 'Facebook-iOS-SDK'
pod 'Parse'
pod 'ParseFacebookUtils'

save and update.