Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11537] iOS: API.timestamp results in runtime error TiUtils exceptionMessage unrecognized selector sent to class 0x4f4848

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-10-25T17:33:55.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.0.0, Release 3.1.0, 2012 Sprint 21 Core, 2012 Sprint 21
ComponentsiOS
Labelscode, module_api, qe-ios100112, qe-review, qe-testadded, regression
ReporterDustin Hyde
AssigneeMax Stepanov
Created2012-10-19T00:13:22.000+0000
Updated2012-10-26T11:36:35.000+0000

Description

Ti.API.timestamp, an ios-specific console logging function that includes the time, no longer works. This is a regression. This does not occur in SDK 2.1.3.GA. Steps to Reproduce: 1. Run iOS Titanium app with code:
Titanium.API.timestamp('Titanium.API.timestamp');
Actual Result: Runtime error. Expected Result: Console logging message with the time included.

Attachments

FileDateSize
runtime error.png2012-10-19T00:13:22.000+0000137924

Comments

  1. Max Stepanov 2012-10-19

    removed internal method. will fix asap
  2. Max Stepanov 2012-10-19

    PR submitted https://github.com/appcelerator/titanium_mobile/pull/3307
  3. Vishal Duggal 2012-10-25

    Fixed on 3_0_X by https://github.com/appcelerator/titanium_mobile/pull/3308
  4. Satyam Sekhri 2012-10-26

    Verified on: Titanium Studio: 3.0.0.201210220122 Titanium SDK: 3.0.0.v20121025171611, 3.1.0.v20121025163314 iOS Device: iPhone 4S(5.1), iPhone Simulator 6.0 Xcode: 4.5.1

JSON Source