xcode提示debugserver is x86_64 binary running in translation, attached failed. 桃小瑞 2022-11-21 564 阅读1分钟 Flutter 项目运行 xCode 以下错误的解决方法。该方法适用于任何xCode项目。 debugserver is x86_64 binary running in translation, attached failed. 如图: 解决办法: 找到 Edit Scheme -> Run -> Debug excitable,取消该选项即可运行成功。