Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我能够在同一网络上正确运行应用程序,但无法在 xcode 9-Beta 版本的不同网络上运行应用程序,我只是想知道为什么它不能在不同网络上运行?
任何人都可以对此有所了解吗?
我假设您正在谈论无线调试。
原因是如果您使用不同的网络,数据传输会更慢,并且会有更多的延迟。在同一网络上运行时,数据实际上不需要通过 Internet 传输,只需在设备之间传输即可。
这种技术类似于 AirDrop 和 AirPlay 使用的技术,两者都要求两个设备在同一网络上。