NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

Inspector shows error on startup #1238

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Describe the bug When Inspector app opens up it displays the following internal error:

TypeError:​ InspectorFrontendHost.setSheetRect is not a function. (In 'InspectorFrontendHost.setSheetRect(mainElementRect.x, mainElementRect.y, mainElementRect.width, mainElementRect.height)​', 'InspectorFrontendHost.setSheetRect' is undefined)​ (at Main.js:​1684:​39)​
    ?​ @ Main.js:​1684:​39
    ?​ @ Main.js:​584:​24

To Reproduce Run tns debug ios --inspector