Build problem

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]

I’ve seen this come up elsewhere recently and I believe splitting it up was the only way to go. (Though I’d encourage anyone who has experienced this and handled it differently to add to that if possible.) [import]uid: 52491 topic_id: 30047 reply_id: 120442[/import]

Even after splitting file to 3 files, each smaller than 5MB, I am still having same error. I tried to build app with each of these files without others and it works.
So my guess is that total file size of resources can’t exceed some size. If so, this should be fixed. [import]uid: 41153 topic_id: 30047 reply_id: 120466[/import]

I’ve seen this come up elsewhere recently and I believe splitting it up was the only way to go. (Though I’d encourage anyone who has experienced this and handled it differently to add to that if possible.) [import]uid: 52491 topic_id: 30047 reply_id: 120442[/import]

Even after splitting file to 3 files, each smaller than 5MB, I am still having same error. I tried to build app with each of these files without others and it works.
So my guess is that total file size of resources can’t exceed some size. If so, this should be fixed. [import]uid: 41153 topic_id: 30047 reply_id: 120466[/import]