我一直在面對iOS應用程序開發工具 - Xcode 9-beta的最新主要版本(經常)的問題。Xcode 9-beta:無法附加到pid
它在模擬器(iOS 11)中運行/調試應用程序時經常顯示以下錯誤。
Could not attach to pid : 「2370」
Ensure <project title> is not already running, and <system username> has permission to debug it.
這裏是同一個問題的快照:
會是什麼這個問題的永久解決方案,因爲它經常干擾?
你能提出一個錯誤,並附上'sudo sysdiagnose -q'和'xcrun simctl diagnose'的輸出嗎? – russbishop
@russbishop報告了一個錯誤。命令'xcrun simctl diagnose'不起作用。錯誤:無法識別的子命令:diagnose – Krunal
您必須使用'xcode-select'選擇舊版本的Xcode。確保選擇了Xcode 9。 – russbishop