我知道這個問題已經發布了很多次,但建議的解決方案不適合我的情況,當我嘗試在模擬器上構建和運行我的應用程序時,我得到這個錯誤和崩潰:錯誤:未知的錯誤代碼。這個過程已經運行或掛在調試器
Couldn't register test.My-App-Name with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.
我試圖創建Xcode的一個新的應用程序具有相同的名稱,但我得到了同樣的問題。 但是,當我嘗試在Xcode中製作不同的應用程序(不同的名稱)時,它運行得非常好。
是否有人知道如何解決這個問題。
可能重複[iPhone - 在模擬器上測試時出現奇怪錯誤](http://stackoverflow.com/questions/788277/iphone-strange-error-when-testing-on-simulator) – Venkat