Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FBAEMKit Sign Problem on deploy #259

Closed
JonathanVeg opened this issue May 19, 2022 · 2 comments
Closed

FBAEMKit Sign Problem on deploy #259

JonathanVeg opened this issue May 19, 2022 · 2 comments

Comments

@JonathanVeg
Copy link

JonathanVeg commented May 19, 2022

I just changed the react-native-fbsdk to the react-native-fbsdk-next and after some issues it's working properly, but when I try to deploy it to app store I'm getting some problems with signature, as showed bellow.

I'm compiling it to iOS 14.
RN is 0.61.5
RNFB-next is ^8.0.5

The PODs from the lib are:
FBAEMKit (13.2.0)
FBLazyVector (0.61.5)
FBReactNativeSpec (0.61.5)
FBSDKCoreKit (13.2.0)
FBSDKCoreKit_Basics (13.2.0)
FBSDKGamingServicesKit (13.2.0)
FBSDKLoginKit (13.2.0)
FBSDKShareKit (13.2.0)

The error I'm getting is:

Captura de Tela 2022-05-18 às 15 38 38

@mikehardy
Copy link
Collaborator

From the previous thread I suggested a snippet to add to post install of Podfile that may be close to something that can work #252 (comment)

But in general this may be something to chase down in https://github.com/facebook/facebook-ios-sdk repo, as it will be lower-level than our react-native wrapper here or it will be project specific, something odd in the project-specific signing - and I'm not sure which

I doubt we will be able to resolve it here though

@JonathanVeg
Copy link
Author

Do not understand the error and why it was pointing to this lib, but I solved it by removing everything related to the business account (in keychain) and reinstalled everything from zero.

After this the problem stopped happening...

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

No branches or pull requests

2 participants