iOS simulator crash in iOS 8.2 and Xcode 6.2 with “Failed to lookup the process ID of #ID after successful launch.”

前端 未结 8 1949
青春惊慌失措
青春惊慌失措 2021-02-07 14:23

iOS simulator crash in iOS 8.2 and Xcode 6.2 with an error below

\"Failed to lookup the process ID of xxx.xxx.xxx after successful launch. Perhaps it crashed after laun

8条回答
  •  闹比i
    闹比i (楼主)
    2021-02-07 14:50

    I'm using xcode 7 beta 2 and am having the same problem.

    My take is that this is a random error probably due to a race condition.

    If I start xcode, then simply run my app over and over again, the error occurs randomly. Typically it will work 1 to 3 times in a row and then will fail 1 to 3 times in a row. The most consecutive failures I have seen so far is 3.

提交回复
热议问题