xcode提示debugserver is x86_64 binary running in translation, attached failed.

564 阅读1分钟

Flutter 项目运行 xCode 以下错误的解决方法。该方法适用于任何xCode项目。

debugserver is x86_64 binary running in translation, attached failed.

如图:

在这里插入图片描述 解决办法:

找到 Edit Scheme -> Run -> Debug excitable,取消该选项即可运行成功。 在这里插入图片描述