M1芯片 Mac 无法运行apple watch 模拟器

问题:

使用M1芯片的mac,运行watch os模拟器时总是弹出如下错误:
Could not attach to pid : “22611”
attach failed ((os/kern) invalid argument)

解决方法:

  1. 权限问题:
    在终端运行 sudo DevToolsSecurity -enable
  2. xcode设置:
    Edit Scheme -> Run -> Debug excitable
    取消选中Debug excitable ,副作用是无法断点调试了

你可能感兴趣的:(M1芯片 Mac 无法运行apple watch 模拟器)