Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 launch. No such process".

And I cannot try to simulate my app.

I uploaded the image of error.

http://imgur.com/2ayGys3

It works normally when i use iOS 8.1 as a simulator. Regardless of the types of devices and types of projects, it will crash in iOS 8.2 simulator.

The iOS simulator itself stands but has nothing on the screen.

A thing I care is that I changed my old macbook to new one and copy project files of Xcode from old to new.

Do you have any idea of this?..

like image 385
Kentaro Avatar asked Apr 18 '15 07:04

Kentaro


2 Answers

I had the same problem and solved it by force quitting and restarting Xcode and iOS Simulator.

like image 182
Nitesh Borad Avatar answered Oct 25 '22 12:10

Nitesh Borad


I had the same problem after I did a Mac update on xcode. I had the IOS simulator open during the install/update process. When I closed it, re-ran my compile, it re-opened the simulator and ran fine.

like image 39
SteveFerg Avatar answered Oct 25 '22 10:10

SteveFerg