Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27489] IOS: Building an app to IOS 9.3 simulator gives script error with 8.3.X sdk

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2019-10-22T09:04:34.000+0000
Affected Version/sRelease 8.3.0
Fix Version/sn/a
ComponentsiOS
LabelsengTriage
ReporterLokesh Choudhary
AssigneeAbir Mukherjee
Created2019-10-21T22:10:48.000+0000
Updated2019-10-22T09:04:34.000+0000

Description

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.

Comments

  1. Ewan Harris 2019-10-22

    Closing as dupe of TIMOB-27484

JSON Source