-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Jitsi-meet SDK version 9.0.0 giving error related to GiphyUISDK #14442
Comments
Are you using CocoaPods? If not, are you also including the giphy SDK on your app? |
Yes I am using cocoa pods. Issue is when I am running the app on Real device, on simulator it is working fine. |
That's odd! @Calinteodor can you pl update the sample apps and try to repro? |
Thanks for helping investigate! What iOS version are you running? |
I have tested this on iOS version 17.3.1 & 15.7.6. |
I have the same issue on real device. |
We have been able to reproduce it and are working on a fix. |
Okay, |
I spotted a couple of important problems during the 9.0.0 release. Can you please update to 9.0.1 and try again? |
Are you certain that you've published the new version? I'm encountering the following error: |
You may want to try |
I've tested the latest version (9.0.1), and it appears that you've raised the minimum version support to 13.4. The crash has been resolved. Thanks! |
Thanks for confirming! Yes we've had to because RN has raised it. The Podfile template was wrong, but it's fixed in 9.0.1 |
Yes 9.0.1 is working fine for me too. |
Great to hear! |
Description:
Updated Jsitsi-meet sdk to version 9.0.0, Giphy sdk is linked to Jitsi and got installed. Now when I am running the app I am getting error in the app.
dyld[670]: Symbol not found: (_$s10GiphyUISDK0A14ViewControllerC19selectedContentTypeAA010GPHContentG0OvsTj)
Referenced from: '/private/var/containers/Bundle/Application/CC7664FF-7F3E-497B-8B19-6A68D63F6BA4/CellularBackupContacts.app/Frameworks/JitsiMeetSDK.framework/JitsiMeetSDK'
Expected in: '/private/var/containers/Bundle/Application/CC7664FF-7F3E-497B-8B19-6A68D63F6BA4/CellularBackupContacts.app/Frameworks/GiphyUISDK.framework/GiphyUISDK'
Server information:
The text was updated successfully, but these errors were encountered: