Today upgrade to SDK 3.5 but I have problems with the following code:
var htmltext = '<html>test</html>'; var file = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,'reporte.htm'); file.write(htmltext);and i have this error:
"message": "*** -[NSConcreteMutableData writeToFile:options:error:]: nil file argument",