Get this error.
2010-10-23 00:36:48.106 Corona Simulator[95784:903] Connection error: (corona.build.2) fault(/CFStreamFault)
2010-10-23 00:36:48.109 Corona Simulator[95784:903] Connection error: (corona.build.2) ({
“/FaultCode” = -65794;
“/FaultExtra” = {
domain = -1;
error = -65795;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSHTTPResponseMessage” = {url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 500 Internal Server Error};
“/kWSResultIsFault” = 1;
})
[import]uid: 8192 topic_id: 3016 reply_id: 303016[/import]
Maybe a colliding name issue in your resources? On Android, all file extensions are removed. So if you have for an example sound files like
shout.mp3
shout.caf
inside your resources, then this will give you problems on the Android platform. [import]uid: 5712 topic_id: 3016 reply_id: 8830[/import]