jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
21.9k stars 6.54k forks source link

dyld[324]: Symbol not found: _JSGlobalContextSetInspectable #14761

Open alirezarabiei7239 opened 2 weeks ago

alirezarabiei7239 commented 2 weeks ago

What happened?

in ios 15 after building sdk for ios in copy the framework to my app I got this error : dyld[324]: Symbol not found: _JSGlobalContextSetInspectable Referenced from: /private/var/containers/Bundle/Application/A30EFC43-5D01-46A3-BE82-7A0B7F059677/X.app/Frameworks/JitsiMeetSDK.framework/JitsiMeetSDK Expected in: /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore

Platform

Browser / app / sdk version

2.0.9457

Relevant log output

No response

Reproducibility

More details?

No response

saghul commented 2 weeks ago

Are you making anu changes to the SDK yourself?

alirezarabiei7239 commented 2 weeks ago

@saghul yes some ui changes

saghul commented 2 weeks ago

It's really odd because that symbol comes from the system JavaScriptCore framework. We don't call any private APIs or anything.

I don't know how to help you, sorry.