parse-platformcocoapodsparsefacebookutils

Where is "PFFacebookUtils.framework" on CocoaPods repo?


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!


Solution

  • 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.