Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

FBSDKCoreKit new release issue #298

Closed
muthukrishnanOCS opened this issue Dec 6, 2018 · 37 comments
Closed

FBSDKCoreKit new release issue #298

muthukrishnanOCS opened this issue Dec 6, 2018 · 37 comments

Comments

@muthukrishnanOCS
Copy link

hi @codytwinton ,
Today, i have done pod update. After this operation, i have the below issue.
Please check & let know the solution

"The operation couldn't be completed.(Com.facebook.sdk.core error 3.)

And the current logs are
Installing FBSDKCoreKit 4.39.0 (was 4.38.1 and source changed to https://github.com/CocoaPods/Specs.git from https://github.com/cocoapods/specs.git)
Installing FBSDKLoginKit 4.39.0 (was 4.38.1 and source changed to https://github.com/CocoaPods/Specs.git from https://github.com/cocoapods/specs.git)

@UtkuDalmaz
Copy link

same problem

1 similar comment
@priore
Copy link

priore commented Dec 7, 2018

same problem

@cordechasse
Copy link

same here too

@canaksoy
Copy link

canaksoy commented Dec 7, 2018

same problem & back to 4.38.1 not solved (edit: clean build / derived data solved with 4.38.1) urgent help

@rostopira
Copy link

same here

@StormKop
Copy link

StormKop commented Dec 9, 2018

Is this the error all of you are having?

screenshot 2018-12-09 at 8 26 56 am

@njawahire
Copy link

i am having the same issue, please solve this issue fast

@matuslittva
Copy link

matuslittva commented Dec 10, 2018

like @canaksoy written, temporary workaround is to specify your pod in podfile like this, hope it helps until they solve this issue

 pod 'FacebookLogin'
 pod 'FBSDKCoreKit', '4.38.1'
 pod 'FBSDKLoginKit', '4.38.1'

@njawahire
Copy link

not working @matuslittva :/

@matuslittva
Copy link

not working @matuslittva :/

Have you cleaned your derived data and clean build project?

@njawahire
Copy link

yes i did.

@huaqixue
Copy link

Me too

@robtimp
Copy link
Contributor

robtimp commented Dec 11, 2018

Temporary workaround:

Please add pod 'FBSDKCoreKit', :git => 'https://github.com/facebook/facebook-objc-sdk.git', :branch => 'master' to your podfile.

@topdiary
Copy link

Me too

@danielghre
Copy link

Same here

@robtimp
Copy link
Contributor

robtimp commented Dec 12, 2018

If the problem persists after running pod install or pod update, try first running pod deintegrate, then pod install

@AndreaMiotto
Copy link

any updates?

@Valgrin
Copy link

Valgrin commented Dec 13, 2018

There is an open issue on developers.facebook.com bug tracker

https://developers.facebook.com/support/bugs/194351221507588/?disable_redirect=0

@jonystorm
Copy link

@robtimp what would be the workaround when working with react-native? I downloaded the 4.38.1 version and added it but I still get the same error

@ZhuxianQuan
Copy link

I have got the same issue.
I can't guess what the issue is

@ZhuxianQuan
Copy link

pod 'FBSDKCoreKit', '> 4.38.0'
pod 'FBSDKLoginKit', '
> 4.38.0'

I downgraded FBSDKLoginKit version and it has no issue now.

@kathirkarthi72
Copy link

Same issue

Installing FBSDKCoreKit 4.39.0 (was 4.38.0 and source changed to `https://github.com/CocoaPods/Specs.git` from `https://github.com/cocoapods/specs.git`)
Installing FBSDKLoginKit 4.39.0 (was 4.38.0 and source changed to `https://github.com/CocoaPods/Specs.git` from `https://github.com/cocoapods/specs.git`)

@YousefAlsbaihi
Copy link

Solved for me :

  1. Delete Podfile.lock
  2. Delete Pods folder
  3. replace the facebook pods in your Podfile with this version of facebook
pod 'FBSDKCoreKit', '~> 4.38.0'
pod 'FBSDKLoginKit', '~> 4.38.0'

now please notice that if you have FacebookShareKit or anything else for facebook you have to change it to the same version you are using which is 4.38.0

run your terminal with pod install
open your project, go to Product > Clean Build Folder
run the app and try.

worked for me, if it does for you let everybody knows.

@NikKovIos
Copy link

Just
pod deintegrate
pod install

No needs to delete folders.

@antoninnoel
Copy link

Why NikKovIos ?
Is this something wrong with framework cache?

@NikKovIos
Copy link

I think thats because when you build, the Xcode store the derived data and if you reinstal pod it not build it again. Its the xcode problem. By the way, i dodn't have it with my Xcode 10.

@mykytalazariev
Copy link

Hello, everyone!
Could anybody notify me, if you'll first know , that FB fixed this issue?

My email: application2311@gmail.com

Best wishes,

Nikita Lazarev.

@benSmith1981
Copy link

Same benjaminsmith1981@gmail.com @robtimp please let me know when this is fixed I followed all your suggestions and it doesn't work...so my users cannot login with facebook....

@mykytalazariev
Copy link

mykytalazariev commented Jan 4, 2019

Same benjaminsmith1981@gmail.com @robtimp please let me know when this is fixed I followed all your suggestions and it doesn't work...so my users cannot login with facebook....

Facebook login doesn't work in your project ? Noone of solutions written above?

@mykytalazariev
Copy link

Same benjaminsmith1981@gmail.com @robtimp please let me know when this is fixed I followed all your suggestions and it doesn't work...so my users cannot login with facebook....

I found the mixed solution, that works for me. My FB Login works fine now.

@mickaelhero
Copy link

Temporary workaround:

Please add pod 'FBSDKCoreKit', :git => 'https://github.com/facebook/facebook-objc-sdk.git', :branch => 'master' to your podfile.

Work for me

@benSmith1981
Copy link

@mickaelhero I added this to my pod file and did POD INSTALL and I still get the same error when trying to login with facebook...

@BartoszNowacki
Copy link

@benSmith1981 I had the same thing as you. But you should clean project before running and it's good. I have used this:
pod 'FBSDKCoreKit', '4.38.1'
pod 'FBSDKLoginKit', '4.38.1'

Then pod update and in Xcode I've cleaned project then build and it's working

@mykytalazariev
Copy link

mykytalazariev commented Jan 9, 2019

@benSmith1981 my Podfile contains:

pod 'FacebookLogin'
pod 'FBSDKCoreKit', '4.38.1'
pod 'FBSDKLoginKit', '4.38.1'

Try to make "pod deintegrate", then add this lines to your Podfile instead of your old facebook pods and run "pod install".
This works fine for me. Hope it'll help you!
It works for me. Hope it help you!

@robtimp
Copy link
Contributor

robtimp commented Jan 9, 2019

The Facebook Objective-C SDK (which is a dependency of the Swift SDK) has just been updated to version 4.39.1, which should resolve this issue. Please update to the latest version.

@robtimp robtimp closed this as completed Jan 9, 2019
@mykytalazariev
Copy link

@robtimp Oh! Thank you for notification!

@benSmith1981
Copy link

@robtimp Excellent work Rob, all working well!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests