Bonjour 网络可以在运行 10.4 的 ppc 上运行吗?
我为 Mac 10.5 桌面开发了一个应用程序,它使用 Bonjour 服务通过 wifi 与 iPhone 进行通信,它在 Mac 10.5 上运行良好,并且能够使用 bonjour 通过 wifi 与 iPhone 进行所需的同步。
但相同的桌面应用程序(尽管我为 ppc 10.4 重新编译,并且编码发生了一些变化,例如需要删除 @property 等),但在运行 10.4 的 ppc 上不起作用。
我在两种情况下都尝试过: 1.让Desktop作为服务器,iPhone会找到由桌面发布的服务 2.让iPhone作为服务器,桌面会找到由iPhone发布的服务,
但在这两种情况下我都没有成功,要么桌面无法发布服务,要么无法找到服务。
如果您也遇到过此类错误并找到了一些解决方案,请告诉我。 另外,如果您需要更多解释,请问我。
谢谢, 桑尼夫
I developed an application for Mac 10.5 desktop which communicates with iPhone over wifi using Bonjour service, and it is working fine on Mac 10.5 and able to do required syncing with iPhone over wifi using bonjour.
But same desktop app (although I recompiled for ppc 10.4 and there were some changes in coding like @property needed to be removed, etc.) doesn't work on ppc running 10.4.
I tried in both scenario:
1. Let Desktop be the server and iPhone will find service, published by desktop
2. Let iPhone be the server and desktop will find service, published by iPhone
but in both case I don't get success, either desktop not able to publish service or not able to find service.
Please let me know, if you also faced this type of bug and found some solution in this.
Also if you need more explanation, just ask me.
Thanks,
Sanniv
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Bonjour 确实可以在 10.4 甚至 PPC 中运行,因此您的代码中似乎存在 Tiger 特定的错误。
Bonjour does work in 10.4, even PPC, so it seems like you have a Tiger-specific bug in your code.