-
Notifications
You must be signed in to change notification settings - Fork 346
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
build ios device error [ clang: error: linker command failed with exit code 1 ] #11
Comments
Your compilation fails because you have included react-native-jitsi-meet files twice, once in Libraries by including RNJitsiMeet.xcodeproj and once in your source files. You have to remove the following files from your source files:
The only file that has to stay in place is JitsiMeet.storyboard |
Hello ,skrafft
Now I'm trying to fix the problem. By doing this.
After modify, the error is not displayed. RCT_EXPORT_MODULE()? |
Hi, You can ignore the warnings. Sorry but I could not understand if your app is working or not ? |
Hi, skrafft Output log console on Xcode display: 2561-11-15 04:59:36.404 [info][tid:main][RCTRootView.m:293] Running application Conference ({ |
Hi, |
No answer, closing |
Hey @abhiwich , Did you ever try JistiMeet together with realm database? I have been trying but stuck with it. |
Hello
I have configured your document about react-native-jitsi-meet.
I have experimented with my iphone and tried to adapt to your requirements.
Clang: error: linker failed with exit code 1 (use -v to see invocation)
I hope you can tell me the problem.
Did I show you my structure initially, right?
And I do not have the libstdc++.tbd I replaced it to libc++.tbd file.
Thank You
The text was updated successfully, but these errors were encountered: