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 6.4 中开发 WatchKit 应用程序,并且我可以访问真正的 Apple Watch。可以在上面调试WatchKit App吗?
谢谢你
1) 从 Xcode 在 iPhone 上运行 iOS 应用程序
2) iPhone 应用程序将启动,手表应用程序将安装在手表上。
3)需要点击手表应用程序来启动它。
4) 当我选择Debug -> Attach to process
您只需键入流程的完整名称即可。如果您不知道,请在终端中尝试 ps -axww 并尝试找到在那里运行的进程并将名称粘贴到 Xcode 中。