Bonjour 网络可以在运行 10.4 的 ppc 上运行吗?

发布于 2024-08-21 10:34:44 字数 421 浏览 5 评论 0原文

我为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋心╮凉 2024-08-28 10:34:44

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文