Error with Facebook sdk in swift - ios

I try to integrate Facebook sdk in swift but i got the error, anyone please help me how can i fix it ? Thanks so much for your helping
here is image of the error
here is my code

You have to add the Bolt framework to your Xcode project. For some reason the Facebook quick start guide for iOS doesn't say that anymore. Just drag & drop Bolt from your downloaded facebook SDK into XCode like FBSDKCoreKit etc.

Related

Obj-C - Facebook iOS SDK only available for Swift?

I'm trying to install the Facebook iOS SDK in my Obj-C project, but it appears as though the FacebookSDK is only written in Swift now? Anyone have any ideas or tips on how I can integrate the Facebook SDK with my Obj-C project? Installing via CocoaPods.
Help is appreciated!

Problems integrating NMSSH in swift

I tried to integrate NMSSh into an iOS-App (Xcode 12.2) and followed these instructions, which is in line with what I found in this forum too.
Unfortunately I can't create the framework file as described. I selected my iPhone as device as recommended in posts within this forum. This is how it looks like:
Has anyone an idea how I have to proceed?
Thanks so much for your support.

Facebook Audience Network Framework SDK 5.3.2 Error

Xcode : 10.2.1
Language : swift
FB SDK Version : 5.3.2
Hello guys can you help me to solve this problem with new facebook audience network framework SDK 5.3.2??
When i integrated this framework it returns 57 error logs.
I had tried many times to search this problem on google but can't able to find any proper solutions.
Old Facebook Framework Works Properly.
I think you can add the framework of the screenshot below. When I updated the Facebook SDK before, the new version used some new APIs and needed new framework dependencies.
And add the VideoToolbox.framework and CoreMotion.framework.
Facebook Audience Network Framework SDK 5.4.0
Add Framework Screenshot below :

The Facebook SDK for Swift 4 is outdated. Should I use Facebook SDK for iOS instead?

I found when installing the Facebook SDK with cocoapods that there were several errors in my Xcode project. Upon research I found that this is because the SDK for Swift hasn't been update in a while.
Can someone tell me the best way to implement the Facebook SDK into my Swift application so I can use Facebook Login?
Thanks,
Calum.
Although the errors are still present in Xcode, they do not affect the overall functionality of the program. Therefore, it is okay to simply ignore the errors and hopefully the Facebook SDK will be updated soon.

facebook SDK3.1 and Xcode 4.5 linker error

I have a previous project thats using Facebook SDK 3.0 (for iOS 5). and I just updated my xcode to 4.5 (iOS6) and compiler is giving me linker errors. so I delete the facebook (3.0) and add 3.1 but still dont work. does anyone have clue how to fix it?
thanks so much!!
You probably forgot to add the new Frameworks. Try going through this guide:
https://developers.facebook.com/docs/tutorial/iossdk/upgrading-from-3.0-to-3.1/

Resources