1

My coworker recently clone my project and run it, it show up this error message, Is there any key work that I can find error code message description?

enter image description here

Stephen Chen
  • 3,027
  • 2
  • 27
  • 39
  • when you say "clone and run it", did your co-worker clone it onto a different machine, a different account, or did they duplicate the folder and move it to a different place on the same hard drive & user account as the original folder? What happens when you restart the machine or delete the original app from the simulator? – Michael Dautermann Sep 15 '17 at 04:32
  • I exported apple account and import it into his machine and all provisioning profiles was new download. – Stephen Chen Sep 15 '17 at 04:42

1 Answers1

3

You need to use a Development Provisioning profile to run your app on a device...

For more info you can check this thread:

"process launch failed: failed to get the task for process 2282" How to solve this?

or this

Xcode 5: failed to get the task for process

Istvan
  • 216
  • 1
  • 7