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

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

Open
1 of 11 tasks
alirezarabiei7239 opened this issue May 18, 2024 · 7 comments
Open
1 of 11 tasks

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

alirezarabiei7239 opened this issue May 18, 2024 · 7 comments

Comments

@alirezarabiei7239
Copy link

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

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

2.0.9457

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@saghul
Copy link
Member

saghul commented May 18, 2024

Are you making anu changes to the SDK yourself?

@alirezarabiei7239
Copy link
Author

@saghul yes some ui changes

@saghul
Copy link
Member

saghul commented May 18, 2024

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.

@luca-rmg
Copy link

luca-rmg commented Jun 25, 2024

Hi, I think the problem was fixed in react-native:
facebook/react-native@224ac21
please, integrate the fix when a react-native stable version will be released.

In the meantime we can build the Jitsi SDK with Xcode 15.0 that is still working and don't cause the problem.

@saghul
Copy link
Member

saghul commented Jun 25, 2024

What Xcode version are you using?

@luca-rmg
Copy link

What Xcode version are you using?

I was using Xcode 15.4 that cause the problem. Then I tried with Xcode 15.0 and don't cause the problem.

@saghul
Copy link
Member

saghul commented Jun 25, 2024

Since the problem is fixed in RN, you can use patch-package to apply the fix locally.

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