Replies: 2 comments 2 replies
-
Sorry, I have no idea right now. Feel free to provide a Minimal, Reproducible Example using this template in a public GitHub repository so I can debug the issue. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for your quick feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have implemented the authenticator in my app.
Everything works fine in Android, but on iOS I keep getting this error:
Library not loaded: @rpath/FBAEMKit.framework/FBAEMKit
.../Build/Products/Debug-iphonesimulator/FBAEMKit.framework/FBAEMKit' (no such file), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/FBAEMKit.framework/FBAEMKit' (no such file)
I have checked the the FBAEMKit seems to be loaded in the pods.
Do you have any idea what am I missing?
Thanks
Luca
Beta Was this translation helpful? Give feedback.
All reactions