2012-08-08 66 views
1

掛我看到的所以這種類似的問題在一些地方,但所有這些都涉及到模擬器老的XCode版本。例如,Error: unknown error code. this process was already running or is hung in the debuggeriPhone - strange error when testing on simulator的XCode 4.4:這個過程的另一個實例已經運行或調試

我從來沒有見過這個錯誤,直到我將我的Xcode升級到4.4。 它工作正常,在模擬器上而不是在iPhone上。我也升級了XCode 4.4.1,但今天沒有運氣。任何人都可以請告訴我如何擺脫iPhone上的這個錯誤?謝謝。

Couldn't register com.mycompany.myapp 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.

+0

可能重複的[iPhone - 奇怪的錯誤,當在模擬器上測試](http://stackoverflow.com/questions/788277/iphone-strange-error-when-testing-on-simulator) – Venkat 2013-06-29 13:33:10

回答

6

重新啓動Xcode和iDevice。

+0

並記住不要設置或調試運行期間刪除任何斷點 - 是啊,我知道對不對,因爲誰願意這樣做? (Xcode 5.0) – iforce2d 2014-07-04 17:07:04

0

是的,如果重新啓動的Xcode不能正常工作,請重新啓動MAC &重新啓動你的iPhone - 它在Xcode 4.3比以前更加。在xCode 4.4中,它似乎不太經常發生。

0

我的經驗是,重新啓動不再需要與Xcode 4.4

只需關閉並重新啓動。如果正常關閉將無法工作按CTRL + ALT + ESC退出Xcode的立即。

不幸的是沒有其他辦法可以防止這種(期望,如果你是在運行錘擊;))

0

this post上固定引導錯誤。

+0

,這不適合我!重啓iPhone似乎... – applefreak 2012-08-13 08:30:49

相關問題