2

I am trying to load my application in device but i got message like shown in image enter image description here

How can i solve it ?? I am using xCode 4.5 now and running in the device iOS 6.

Pratyusha Terli
  • 2,343
  • 19
  • 31
Vishal
  • 556
  • 4
  • 18
  • possible duplicate of [xCode: failed to get the task for process](http://stackoverflow.com/questions/11601304/xcode-failed-to-get-the-task-for-process) – Abizern Oct 06 '12 at 09:24

4 Answers4

5

Check that you are using a development provisioning profile, not a distribution one =]

masha
  • 316
  • 3
  • 9
1
  1. Clean the project.
  2. Delete derived data.
  3. Relaunch the xcode.
kilj
  • 127
  • 1
  • 12
0

Remove expired certificates on Keychain application.

Dmitry
  • 14,306
  • 23
  • 105
  • 189
0

For me I switched the run scheme to "Debug" instead of "Release", works as expected.

cleanrun
  • 549
  • 6
  • 20