Steps to reproduce:
1. Create a default app.
2. Build the app to iOS 9.3 simulator using sdk 8.3.X (8.3.0.v20191021123610).
Actual result:
1. App launches & we get script error:
[ERROR] : Script Error {
[ERROR] : column = 119;
[ERROR] : line = 5637;
[ERROR] : message = "undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(TypedArrayPrototype, Symbol.toStringTag).get')";
[ERROR] : sourceURL = "file:///Users/lchoudhary/Library/Developer/CoreSimulator/Devices/5C09289E-1130-49B6-B7E6-F73ED5A6EC16/data/Containers/Bundle/Application/FB2D9FC1-EB90-42C6-A04F-87406469D443/ztest2.app/ti.main.js";
[ERROR] : stack = " at global code(/ti.main.js:5637:119)";
[ERROR] : }
Expected result:
1. The app should launch & work successfully.
Closing as dupe of TIMOB-27484