-
Notifications
You must be signed in to change notification settings - Fork 192
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
"Failed to load Analytics native module" error with using iOS manually #19
Comments
@vladTrex Did you get any solution? I am having same error with |
Hey! We've improved support for users using iOS manually in |
@fathyb Issue doesn't seem to be fixed in Here are the steps I took:
Expected Behavior: Actual Behavior: |
Just in case anyone is still having this error (Aka. You will have to run pod install inside your |
I just fixed this problem by doing:
This is common react native module manually linking process which I have missed out. |
this solution did not helped out, will you please suggest some different solution. |
Works for me, thanks a lot! |
Hi there!
We tried to install segment through manually install (don't use CocoaPods), passed all steps described in readme and build was launched.
But when I try to import analytics lib
import analytics from '@segment/analytics-react-native';
I got an error: Failed to load Analytics native module'
Error was reproduced on 2 environments.
I also checked integration in xcode:
Versions: RN 0.55, analytics-ios SDK 3.7.0-beta.2
The text was updated successfully, but these errors were encountered: