I am using cocoapods in my project but when I use:
[PFFacebookUtils initializeFacebookWithApplicationLaunchOptions:launchOptions];
I get the following error:
no known class method for selector initializeFacebookWithApplicationLaunchOptions
When using intelisence I cannot access this method and my cocoapod for PFFacebook utils is 1.7.4 Is there something im doing wrong and cannot access this method? I see it in the class reference (on parse.com) but I'm unsure why I cant use it within xcode.
In your podfile:
Since these libraries written in Objective-C, you should also create a bridging-header and import the followings: