Vishal
Vishal

Reputation: 556

"failed to get the task for process 567" How Solve this?

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.

Upvotes: 2

Views: 1383

Answers (4)

cleanrun
cleanrun

Reputation: 746

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

Upvotes: 0

Dmitry
Dmitry

Reputation: 14622

Remove expired certificates on Keychain application.

Upvotes: 0

masha
masha

Reputation: 316

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

Upvotes: 5

kilj
kilj

Reputation: 227

  1. Clean the project.
  2. Delete derived data.
  3. Relaunch the xcode.

Upvotes: 1

Related Questions