nativescript-vscode-extension
nativescript-vscode-extension copied to clipboard
Error when hovering native iOS APIs
Steps:
-
npm link tns-core-modules
-
Launch on iOS
of safe-area app - hover over a breakpoint at grid-layout.ios.ts and wrap-layout.ios.ts
Error:
(UIKit) [com.apple.UIKit.LayoutConstraints] View has an ambiguous layout. See "Auto Layout Guide: Ambiguous Layouts" for help debugging. Displaying synopsis from invoking -[UIView _autolayoutTrace] to provide additional detail.
+UIScrollView:0x7fb19a0a9e00- AMBIGUOUS LAYOUT for UIScrollView:0x7fb19a0a9e00.minX{id: 343}, UIScrollView:0x7fb19a0a9e00.minY{id: 346}, UIScrollView:0x7fb19a0a9e00.Width{id: 349}, UIScrollView:0x7fb19a0a9e00.Height{id: 352}
Legend:
* - is laid out with auto layout
+ - is laid out manually, but is represented in the layout engine because translatesAutoresizingMaskIntoConstraints = YES
• - layout engine host
(CoreFoundation) -[UIScrollView collisionBoundingPath]: unrecognized selector sent to instance 0x7fb19a0a9e00
Versions:
$ node -v
v8.11.3
$ npm -v
5.6.0
$ tns --version
4.1.2
NativeScript VSCode Extension 0.8.0.