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

Fix Symbol not found: (_JSGlobalContextSetInspectable) #44185

Closed
wants to merge 1 commit into from

Commits on Apr 22, 2024

  1. Fix Symbol not found: (_JSGlobalContextSetInspectable) (facebook#44185)

    Summary:
    
    This change will fix a symbol not found for JSC Runtime.
    
    The `if` check was not a compile time check, therefore the symbol ended up in the binary even if it is not available.
    
    Following this post on [Apple forum](https://forums.developer.apple.com/forums/thread/749534), this changes should do the trick.
    
    ## Changelog
    [iOS][Fixed] - Fix Symbol not found: (_JSGlobalContextSetInspectable)
    
    Differential Revision: D56425834
    cipolleschi authored and facebook-github-bot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5fb18fb View commit details
    Browse the repository at this point in the history