I just use Facebook Analytics in my iOS app using FBSDKCoreKit 8.1.0 (latest)
This error message keeps flooding my log:
FBSDKLog: FBSDKGraphRequestConnection cannot be started before Facebook SDK initialized.
I don't even use the Graph API.
I've set up everything according to: https://developers.facebook.com/docs/ios/getting-started/
Any idea on how I can get rid of this?
ApplicationDelegate.initializeSDK(nil)
? – Biogeochemistry