Post

Replies

Boosts

Views

Activity

Reply to No route to host
I did this: int main(int argc, const char * argv[]) { // insert code here... std::cout << "Hello, World!\n"; system("ping 192.168.178.54"); return 0; it simple works. But when i request the ping in my program i get ping: cannot resolve 192.168.178.54\003: Unknown host strange!!!???
May ’25
Reply to No route to host
I tried the way you mentioned. In my case I was using Apple Development signing. That is, in Signing & Capabilities: I have “Automatically manage signing” checked. My team is selected in the Team popup. And the Signing Certificate popup is set to Development. as you recommended. If i select Product -> Run -> Connecting to server 192.168.178.113:5033 Cannot connect to server. errno 65. I understand, this must be a problem with XCODE and the access to local network.
May ’25