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

XML Parse error occurred: <cfbasichash>{type = mutable dict, count = 4,<br>entries =&gt;<br> 1 : <cfstring>{contents = "kCFXMLTreeErrorStatusCode"} = <cfnumber>{value = +1, type = kCFNumberSInt32Type}<br> 2 : <cfstring>{contents = "kCFXMLTreeErrorLineNumber"} = <cfnumber>{value = +6, type = kCFNumberSInt32Type}<br> 3 : <cfstring>{contents = "kCFXMLTreeErrorLocation"} = <cfnumber>{value = +3958577, type = kCFNumberSInt32Type}<br> 4 : <cfstring>{contents = "kCFXMLTreeErrorDescription"} = <cfstring>{contents = "Encountered unexpected EOF while parsing tag content"}<br>}<br>2011-12-05 11:33:15.568 Corona Simulator[2415:903] Connection error: (corona.get) fault(/CFStreamFault)<br>2011-12-05 11:33:15.570 Corona Simulator[2415:903] Connection error: (corona.get) ({<br> "/FaultCode" = "-65794";<br> "/FaultExtra" = {<br> domain = "-1";<br> error = "-65795";<br> msg = "\U00bf\U00f2N\U2020\U00e5\a (line 6, pos 3958577, status 1)";<br> };<br> "/FaultString" = "/CFStreamFault";<br> "/kWSHTTPResponseMessage" = "<cfhttpmessage>{url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK}";<br> "/kWSResultIsFault" = 1;<br>})<br><br>

[import]uid: 75643 topic_id: 18614 reply_id: 318614[/import]

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.
[import]uid: 94868 topic_id: 18614 reply_id: 71476[/import]

Thanks, trying now, will update later.

UPDATE: Fixed, thanks so much! [import]uid: 75643 topic_id: 18614 reply_id: 71477[/import]

Excellent! Now you just have to figure out what is wrong with your build.settings file. Usually it is a missing comma somewhere. [import]uid: 94868 topic_id: 18614 reply_id: 71487[/import]

Hi,
When building a sample project on Mac for my device I get this error in the terminal which happens when the “Connecting with server…” hang happens. I tried removing the build.settings file and this did not fix it. I also tried re-authorising by clearing out ansca* preferences. Is this a bug? It looks like objective-c errors. I was just trying to build the Physics > Shape Tumbler project without any modifications.

2012-02-19 01:07:19.019 Corona Simulator[1218:2403] *** -[NSPlaceholderString initWithUTF8String:]: NULL cString
2012-02-19 01:07:19.021 Corona Simulator[1218:2403] (
0 CoreFoundation 0x99290d87 __raiseError + 231
1 libobjc.A.dylib 0x94431149 objc_exception_throw + 155
2 CoreFoundation 0x991f8619 +[NSException raise:format:arguments:] + 137
3 CoreFoundation 0x991f8589 +[NSException raise:format:] + 57
4 Foundation 0x97aeb396 -[NSString initWithUTF8String:] + 90
5 Corona Simulator 0x00030f4a Corona Simulator + 196426
6 Corona Simulator 0x00030c5a Corona Simulator + 195674
7 Corona Simulator 0x0002be7e Corona Simulator + 175742
8 Corona Simulator 0x0002c9a5 Corona Simulator + 178597
9 Corona Simulator 0x0001421f Corona Simulator + 78367
10 Corona Simulator 0x0000dc7f Corona Simulator + 52351
11 CoreFoundation 0x991e6091 -[NSObject performSelector:withObject:] + 65
12 AppKit 0x99e4acb3 -[NSApplication sendAction:to:from:] + 232
13 AppKit 0x99e4ab90 -[NSControl sendAction:to:] + 102
14 AppKit 0x99e4aa93 -[NSCell _sendActionFrom:] + 160
15 AppKit 0x99e49e50 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
16 AppKit 0x99ecd351 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
17 AppKit 0x99e48893 -[NSControl mouseDown:] + 943
18 AppKit 0x99e117b1 -[NSWindow sendEvent:] + 7533
19 AppKit 0x99da96ff -[NSApplication sendEvent:] + 4788
20 AppKit 0x99d3ac82 -[NSApplication run] + 1007
21 AppKit 0x99fcf18a NSApplicationMain + 1054
22 Corona Simulator 0x000029b5 Corona Simulator + 6581
) [import]uid: 127122 topic_id: 18614 reply_id: 87661[/import]