[TIMOB-3196] Ipad Filesystem
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-26T16:28:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | sofitus |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:39:12.000+0000 |
Updated | 2012-07-26T20:30:27.000+0000 |
Description
Hi,
I have create an apps for iphone, where i used Filesystem.getFile
var xmlf = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory,'xml',filexml);
With Iphone all is good
I have Titanium developer 1.2.2 with :
[INFO] Titanium SDK version: 1.6.0.RC1
[INFO] iPhone Device family: ipad [INFO] iPhone SDK version: 4.2 [INFO] iPhone simulated device: ipad
I have change for iPad;
var xmlf = Ti.Filesystem.getFile('../xml/'+filexml);
but i have the same result.
I receive this error : [ERROR] Script Error = Result of
expression 'Ti.Filesystem' [undefined] is not an object.
Is it possible to acess Filesystem ?
I have resolved the problems.
You must build 6 times and verify the Filesystem module.
There is no reason.
No test provided
Filer says problem was resolved