[AC-3011] Titanium.Utils in 1.8.0.1 sdk is null
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2012-02-18T06:44:56.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Benoit Blais |
| Assignee | Mauro Parra-Miranda |
| Created | 2012-01-24T16:02:50.000+0000 |
| Updated | 2016-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...
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
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'));