Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3011] Titanium.Utils in 1.8.0.1 sdk is null

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-02-18T06:44:56.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
ReporterBenoit Blais
AssigneeMauro Parra-Miranda
Created2012-01-24T16:02:50.000+0000
Updated2016-03-08T07:48:02.000+0000

Description

Titanium.Utils is null, and we cant access it's properties/methods. Found out when I tried to use base64encode...

Comments

  1. Benoit Blais 2012-01-24

    In fact, since this was a bug clone, here are the real version of related pieces of software used : Titanium Studio, build: 1.0.7.201112281340 Mobile SDK 1.8.0.1 iOS SDK 5 XCode 4.2 OS X Lion 10.7.2
  2. Paul Dowsett 2012-02-18

    I have tested this using 1.8.0.1 + IOS5 + Simulator and am unable to reproduce. This is why a test case is always necessary. This is my code:
       Ti.API.info('Ti.Utils.base64encode: ' + Ti.Utils.base64encode('Hello there'));
       

JSON Source