[AC-2950] i get "[ERROR] Error connecting to debugger: Error Domain=NSPOSIXErrorDomain Code=61" error on xcode simulator or device build.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-09-18T15:31:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | ios, iphone |
Reporter | jug razovich |
Assignee | Mostafizur Rahman |
Created | 2011-08-17T06:07:10.000+0000 |
Updated | 2016-03-08T07:47:56.000+0000 |
Description
Hello there,
im using trial titanium studio and i build and simulate project properly on titanium studio. But when i open my builded project on xcode and then i compile it on xcode, i got an error like;
This GDB was configured as "x86_64-apple-darwin".Attaching to process 53071.
[DEBUG] reading stylesheet from: /Users/frankgoestohollywood/Library/Application Support/iPhone Simulator/4.3/Applications/86E4B361-968D-48C1-ACB6-70AE1825899F/Hangster.app/stylesheet.plist
[INFO] Hangster/1.0 (1.7.2.97c3689)
[ERROR] Error connecting to debugger: Error Domain=NSPOSIXErrorDomain Code=61 "The operation couldn't be completed. Connection refused"
i read similar topics but i couldnt solve my problem. :/
very weird. i set my debugger host and port to null. and everything is fine now. i think xcode tries too many connection
Jug Thank you for updating this ticket - I'm glad you got it sorted.
@jug razovich: do you mind sharing how you managed to set the debuggers host and port to null? I'm new to xcode so I'm stuck having the same problem but no idea where to set the debugger connection option. Thanky you.
there is "other sources/debugger.plist" under your project folder on xcode. then set your host and port values to blank. save it and compile it.. it should be working