facebookarchive / facebook-swift-sdk

Integrate your iOS apps in Swift with Facebook Platform.
https://developers.facebook.com/docs/swift
Other
1.51k stars 336 forks source link

Typedef redefinition with different types ('NSInteger' (aka 'long') vs 'enum ACAccountCredentialRenewResult') #473

Closed bhanuteja501 closed 5 years ago

bhanuteja501 commented 5 years ago

I just updated 'FacebookLogin' pod. And when i tried to run am getting Typedef redefinition with different types ('NSInteger' (aka 'long') vs 'enum ACAccountCredentialRenewResult') error in FBSDKLoiginManaher.h file

65491131_345702772781308_254756925760077824_n

joesus commented 5 years ago

The Swift SDK is still in beta. I would advise using the ObjC version of the SDK to get unblocked while we look into this.