Did anyone get the latest FacebookSDK running on iOS?

Did anyone get the latest FacebookSDK running on iOS?

I get "Undefined symbols for architecture arm64: Error: "___isOSVersionAtLeast", referenced from: -[FBSDKApplicationDelegate..."

Facebook sent me a warning that I use a deprecated version of their Graph API, so I downloaded latest Facebook API (v4.36) and merged it in with my iOS11.2 SDK (used because Delphi fails in static linking with iOS11.3 and newer).

I assumed that the above error was because the FBSDK is made for a newer version of iOS, but I don't see any requirements about that on the FB SDK pages, so what can the problem be?

Comments