I am having build error ( doesn’t matter whether I build for Android/iOS (Xcode or device ).
[code]
2012-08-20 16:06:41.476 Corona Simulator[3432:2403] Connection error: (corona.build.4) fault(/CFStreamFault)
2012-08-20 16:06:41.476 Corona Simulator[3432:2403] Connection error: (corona.build.4) ({
“/FaultCode” = “-65794”;
“/FaultExtra” = {
domain = “-1”;
error = “-65795”;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSHTTPResponseMessage” = " { parsed response, url = http://developer.anscamobile.com/services/xmlrpc, status = 200 }";
“/kWSResultIsFault” = 1;
})
[/code]
I am getting this error only in one application where one of the .lua files required have 12MB. Is there any file limit for files for build? If I remove part of the file ( it is sort of database ) to reduce its size, everything is fine.
Is there any workaround for this, so I could use my file as whole? [import]uid: 41153 topic_id: 30047 reply_id: 330047[/import]