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/
Related
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.
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.
I am trying to integrate Firebase in my iOS project without Cocoapods.I have followed all the instructions but I am getting a linker error on XCode8 beta2 as given below:
My framework dependencies look like following:
I would really appreciate if anyone could help me with this.
I just deleted the "Frameworks" Directory from the main project and every thing worked,
I think that those frameworks need to be recompiled after updating the XCODE or switching to swift 3 or choosing your team in the build settings
I am trying to use the new iOS6 SDK with an old version of Xcode, 4.2. And I really need to be this way.
I have followed this instructions: https://stackoverflow.com/a/9621226/987480
Everything seems to be OK, but when I have tried to compile, I got an error about Interface Builder
In Base SDK I have Latest iOS(iOS 6.1). Is anyone having the same problem? Any workaround, or a different way of getting an old Xcode+iOS6 SDK working?
Thanks a lot.
EDITED: Besides I can not edit any xib files, everytime I got a Crash Error
install xcode again, it works for me
I am using Xcode 4.5.1 but I couldn't find the Social framework under Link binary with libraries, its strange Any idea, Please help
Review your version of sdk, it might be older.
For Social.framework you must be having installed iOS 6.0 minimum on your XCode.
I have updated my Xcode to the latest 4.6 Solved the problem. Thanks all.