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 中获得,而是通过多次打开 Xcode 来实现?还是有什么其他技巧?我正在测试它们之间的 CKSubscription 和 CloudKit 通信。
您可以在连接的多个设备上从 xcode 运行应用程序。只需在运行区域中选择其他 iphone 并单击运行。
所以两者都应该给你输出到控制台。
对于 Xcode 9
将这两个设备连接到您的 Mac。
然后运行到第一台设备,可以调试,现在可以看到日志了。
现在选择您已连接到 mac 的第二个设备,然后按 cmd + T 在 xcode 中打开一个新选项卡,然后运行。
现在,您将在第二个选项卡中拥有该设备的日志,在第一个选项卡中拥有前一个设备的日志。