简体   繁体   English

Voip应用程序IOS收到错误错误域= NSPOSIXErrorDomain代码= 61“该操作无法完成。连接被拒绝

[英]Voip app IOS getting error Error Domain=NSPOSIXErrorDomain Code=61 "The operation couldn’t be completed. Connection refused

I'm trying to create a Voip application as this tutorial http://www.raywenderlich.com/29948/backgrounding-for-ios 我正在尝试按照本教程http://www.raywenderlich.com/29948/backgrounding-for-ios创建Voip应用程序

But when running its getting the error 但是在运行时出现错误

Error Domain=NSPOSIXErrorDomain Code=61 "The operation couldn’t be completed. Connection refused

When I run the source from tutorial gets same error 当我从教程中运行源代码时遇到相同的错误

I think its the problem with the port assigned. 我认为这是分配端口的问题。 How can I solve this problem. 我怎么解决这个问题。 What value to give for port? 为端口赋予什么价值?

If you read his tutorial he mentions this. 如果您阅读了他的教程,他会提到这一点。 I'm sure it's your issue. 我敢肯定这是你的问题。

Before you run the app, you need a server with which to test it. 在运行该应用程序之前,您需要一台用于对其进行测试的服务器。 You can use a handy little utility every Mac already has called netcat that, among other things, allows you to easily create simple text-based servers. 您可以使用每台Mac都已经拥有的名为netcat的便利小工具,该工具除其他功能外,还可以轻松创建基于文本的简单服务器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误域= NSPOSIXErrorDomain代码= 61“操作无法完成。拒绝连接” - Error Domain=NSPOSIXErrorDomain Code=61 “The operation couldn\u2019t be completed. Connection refused” NSPOSIXErrorDomain Code=61 “操作无法完成。 拒绝连接” - NSPOSIXErrorDomain Code=61 “The operation couldn’t be completed. Connection refused” AFNetworking Error Domain = NSPOSIXErrorDomain Code = 12“操作无法完成。无法分配内存 - AFNetworking Error Domain=NSPOSIXErrorDomain Code=12 "The operation couldn’t be completed. Cannot allocate memory Twitter消息发布问题(请求失败,错误:错误域= HTTP代码= 410“此操作无法完成。在ios应用中 - Twitter message posting issue ( Request failed with error: Error Domain=HTTP Code=410 "The operation couldn’t be completed. in ios app Error Domain = NSCocoaErrorDomain代码= 512“该操作无法完成。该操作无法完成。是一个目录 - Error Domain=NSCocoaErrorDomain Code=512 "The operation couldn’t be completed.The operation couldn’t be completed. Is a directory 导致iOS iCloud错误的原因:错误Domain = BRCloudDocsErrorDomain Code = 12“操作无法完成。”延迟后重试:60 - What causes iOS iCloud error: Error Domain=BRCloudDocsErrorDomain Code=12 “The operation couldn’t be completed.” Retrying after delay: 60 错误:错误域= NSCocoaErrorDomain代码= 3840“该操作无法完成。 - Error:Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. didFailWithError:错误域= kCLErrorDomain代码= 0“无法完成操作。 (kCLErrorDomain错误0。)“ - didFailWithError: Error Domain=kCLErrorDomain Code=0 “The operation couldn’t be completed. (kCLErrorDomain error 0.)” 错误域= NSCocoaErrorDomain代码= 3840“操作无法完成。(可可错误3840.) - Error Domain = NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.) Error Domain = NSURLErrorDomain代码= 403“操作无法完成。 (NSURLErrorDomain错误403。)” - Error Domain=NSURLErrorDomain Code=403 “The operation couldn’t be completed. (NSURLErrorDomain error 403.)”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM