My environnement: NativeScript version 5.3.4 node v8.16.2 IPhone 6 and IPhone x simulator MacOs Visual Studio Code Editor
I have a project that run well in an android simulator in windows but when i try to run it in another environment (macos install in virtual box with simulator ios) an error gets up:
file:///app/vendor.js:114975:124: JS ERROR Error: onMeasure() did not set the measured dimension by calling setMeasuredDimension() ProxyViewContainer(8)
but when I create a new project (in MacOs environment) and I run it all goes well without error
I look for a solution in the web but I find nothing