Connecting With Server

I'm attempting to build for my device iPod Touch 3rd gen 32gb using a development provisioning profile. Whenever I attempt to build for the device I get the message "Connecting with server..." and never get any further. I've tested buiding both my app and two of the sample apps supplied with Corona which all resulted in failure. I'm using build 591 with OSX 10.6.8 and my internet speed is around the same as dial-up (64 kbps) on satellite, but I would think that it would connect after at least 30 minutes. Is the server down or could it be due to my internet speed?

Also when building there are no messages in terminal.

Thanks, Luke

UPDATE: Just received the following error for the TimeAnimation sample code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XML Parse error occurred: <CFBasicHash 0x29b4730 [0xa04e8ec0]>{type = mutable dict, count = 4,
entries =>
        1 : <CFString 0xa04e7078 [0xa04e8ec0]>{contents = "kCFXMLTreeErrorStatusCode"} = <CFNumber 0x1900540 [0xa04e8ec0]>{value = +1, type = kCFNumberSInt32Type}
        2 : <CFString 0xa04e7068 [0xa04e8ec0]>{contents = "kCFXMLTreeErrorLineNumber"} = <CFNumber 0x512d00 [0xa04e8ec0]>{value = +6, type = kCFNumberSInt32Type}
        3 : <CFString 0xa04e7058 [0xa04e8ec0]>{contents = "kCFXMLTreeErrorLocation"} = <CFNumber 0x29b3fa0 [0xa04e8ec0]>{value = +3958577, type = kCFNumberSInt32Type}
        4 : <CFString 0xa04e7088 [0xa04e8ec0]>{contents = "kCFXMLTreeErrorDescription"} = <CFString 0x29b4940 [0xa04e8ec0]>{contents = "Encountered unexpected EOF while parsing tag content"}
}
2011-12-05 11:33:15.568 Corona Simulator[2415:903] Connection error: (corona.get) fault(/CFStreamFault)
2011-12-05 11:33:15.570 Corona Simulator[2415:903] Connection error: (corona.get) ({
    "/FaultCode" = "-65794";
    "/FaultExtra" =     {
        domain = "-1";
        error = "-65795";
        msg = "\U00bf\U00f2N\U2020\U00e5\a (line 6, pos 3958577, status 1)";
    };
    "/FaultString" = "/CFStreamFault";
    "/kWSHTTPResponseMessage" = "<CFHTTPMessage 0x5e6ce0>{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}";
    "/kWSResultIsFault" = 1;
})
 
 

I sometimes have gotten that problem when I have included a "build.settings" file that has some errors in it. So if you have one of those, try removing it from the folder and see if it builds then.

Thanks, trying now, will update later.

UPDATE: Fixed, thanks so much!

Excellent! Now you just have to figure out what is wrong with your build.settings file. Usually it is a missing comma somewhere.

views:1766 update:2011/12/29 9:44:01
corona forums © 2003-2011