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

Jitsi-meet SDK version 9.0.0 giving error related to GiphyUISDK #14442

Closed
Vikrant2411 opened this issue Mar 7, 2024 · 16 comments
Closed

Jitsi-meet SDK version 9.0.0 giving error related to GiphyUISDK #14442

Vikrant2411 opened this issue Mar 7, 2024 · 16 comments

Comments

@Vikrant2411
Copy link

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:

  • Jitsi Meet version: 9.0.0
  • Operating System: iOS
@saghul
Copy link
Member

saghul commented Mar 7, 2024

Are you using CocoaPods? If not, are you also including the giphy SDK on your app?

@Vikrant2411
Copy link
Author

Yes I am using cocoa pods.

Issue is when I am running the app on Real device, on simulator it is working fine.

@saghul
Copy link
Member

saghul commented Mar 7, 2024

That's odd! @Calinteodor can you pl update the sample apps and try to repro?

@Vikrant2411
Copy link
Author

Vikrant2411 commented Mar 7, 2024

In JitsiSDKTest sample app getting the same issue
Screenshot 2024-03-07 at 13 05 56

It is working on simulator properly,
Screenshot 2024-03-07 at 13 08 03

@saghul
Copy link
Member

saghul commented Mar 7, 2024

Thanks for helping investigate! What iOS version are you running?

@Vikrant2411
Copy link
Author

I have tested this on iOS version 17.3.1 & 15.7.6.

@Zroyal
Copy link

Zroyal commented Mar 8, 2024

I have the same issue on real device.

@saghul
Copy link
Member

saghul commented Mar 8, 2024

We have been able to reproduce it and are working on a fix.

@Vikrant2411
Copy link
Author

Okay,
Thank you, please notify me once it will be fixed.

@saghul
Copy link
Member

saghul commented Mar 8, 2024

I spotted a couple of important problems during the 9.0.0 release. Can you please update to 9.0.1 and try again?

@Zroyal
Copy link

Zroyal commented Mar 9, 2024

Are you certain that you've published the new version? I'm encountering the following error:
CocoaPods could not find compatible versions for the 'JitsiMeetSDK' pod:
In your Podfile:
JitsiMeetSDK (~> 9.0.1)

@saghul
Copy link
Member

saghul commented Mar 9, 2024

@Zroyal
Copy link

Zroyal commented Mar 10, 2024

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!

@saghul
Copy link
Member

saghul commented Mar 10, 2024

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

@Vikrant2411
Copy link
Author

Yes 9.0.1 is working fine for me too.
Thanks

@saghul
Copy link
Member

saghul commented Mar 11, 2024

Great to hear!

@saghul saghul closed this as completed Mar 11, 2024
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

3 participants