Skip to content

fix(inspector): Fix API compatibility issue with Inspector #838

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

Merged
merged 1 commit into from
Dec 15, 2017

Conversation

ginev
Copy link
Contributor

@ginev ginev commented Dec 14, 2017

There are internal APIs used by our WebKit build that are not present on High Sierra. We need to use the builtin WebCore frameworks to avoid crashing instead of our own. This fix checks if we are on High Sierra and resorts to the builtin frameworks if yes. We need this up until we upgrade to the latest WebKit version which does not use the internal APIs.

Starting with High Sierra some internal APIs used by our version of WebKit are not present.
We resort to the dynamic libraries built into the OS instead of using our own until we upgrade to the latest WebKit.
@ginev ginev self-assigned this Dec 14, 2017
@mbektchiev mbektchiev changed the base branch from master to release December 14, 2017 13:00
@mbektchiev mbektchiev changed the title Ginev/inspector dlyb fix fix(inspector): Fix API compatibility issue with Inspector Dec 14, 2017
@mbektchiev mbektchiev added this to the 3.4.0 milestone Dec 14, 2017
@ginev
Copy link
Contributor Author

ginev commented Dec 14, 2017

run ci

@abdul-elah-js
Copy link

How to update to this version 3.4.0 ?

@ginev
Copy link
Contributor Author

ginev commented Jan 2, 2018

@abdul-elah-js - you can simply use the tns platorm add [email protected] command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants