无法附加 pid 时如何在 Xcode 上调试 Safari 应用程序扩展
How to debug safari app extension on Xcode when pid could not be attached
我在 Xcode 中启动了一个空的 Safari 应用程序扩展,我没有更改样板中的任何代码。
当我 运行 这个新的空扩展并选择 safari 打开它时,出了点问题:
Could not attach to pid : “13069”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: Error 1
--
Error 1
Domain: IDEDebugSessionErrorDomain
Code: 3
--
我对 xcode 和 safari 扩展完全陌生,希望有人能提供帮助。
只需 cmd + shift + k 并重新运行扩展项目,就可以了。
但是还是不知道是什么原因造成的。
我在 Xcode 中启动了一个空的 Safari 应用程序扩展,我没有更改样板中的任何代码。
当我 运行 这个新的空扩展并选择 safari 打开它时,出了点问题:
Could not attach to pid : “13069”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: Error 1
--
Error 1
Domain: IDEDebugSessionErrorDomain
Code: 3
--
我对 xcode 和 safari 扩展完全陌生,希望有人能提供帮助。
只需 cmd + shift + k 并重新运行扩展项目,就可以了。
但是还是不知道是什么原因造成的。