NSHost 在设备中运行给出 NSHost.h 错误
NSHost 不支持 iphone...当我在模拟器中运行它时它工作正常...但是当我想在设备中运行时意味着它给出 NSHost.h 错误...
我也想在设备中执行此操作。 我该如何解决这个问题?
NSHost doesnot support to iphone... When I run this in simulator it works fine... But when I want to run in device means it gives an NSHost.h error....
I want to do this in device also.
How could I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
NSHost 是 iPhone 上的私有 API,因此实际设备不支持。
NSHost is a private API on the iPhone and is thus not supported on the actual device.
Apple 发布了关于“将 NSStreams 用于 A TCP”的技术说明 (QA1652)没有 NSHost 的连接。”
该页面上有一个代码示例,但这里有一个摘要:
Apple have published a technical note (QA1652) on "Using NSStreams For A TCP Connection Without NSHost."
There's a code sample on that page, but here's a summary: