Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is "PFFacebookUtils.framework" on CocoaPods repo?

Tags:

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!

like image 571
mhergon Avatar asked Aug 29 '14 20:08

mhergon


1 Answers

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.

like image 200
samiq Avatar answered Nov 19 '22 13:11

samiq