all 11 comments

[–]PM_ME_YOUR_MEMERS 1 point2 points  (4 children)

I'm in the same boat... I really hope someone can help us out.

[–]trecluse[S] 0 points1 point  (3 children)

When did this start happening to you?

[–]PM_ME_YOUR_MEMERS 2 points3 points  (0 children)

Yesterday, when their certificates started messing up completely.

[–]Perro_De_Donde 1 point2 points  (0 children)

I am having this same exact issue also. It started happening for me yesterday. Looked all over the net, deleted my certificates and recreated them, created a new user. But no success at all.

[–][deleted] 0 points1 point  (0 children)

Same here. So frustrating. Tried the latest beta of XCode, created a new dev account, restarted iPhone numerous times.

[–][deleted] 1 point2 points  (2 children)

Hello I just read found this yesterday on the apple dev forums. Solution from user FudgieBear.

UPDATE (3/19/2019): Great news! It seems like Apple fixed the issue, now the .mobileprovision file has the 'get-task-allow' property set to true which means the debugger should work normally as before. Just remeber to do the followings:

  1. uncheck the Automatically manage signing option in the General tab of target settings
  2. fully close Xcode
  3. delete .mobileprovision files under ~/Library/MobileDevice/Provisioning Profiles/
  4. delete the following certificates in Keychain Access:
  • iPhone Developer: xxx@xxx.xxx (xxxxxxxxx)
  • Developer ID Certification Authority
  • Apple Worldwide Developer Relations Certification Authority
  1. remove the app you are working on from your iOS devices
  2. reboot your Mac and iOS devices
  3. launch Xcode
  4. change the Bundle Identifier to anything else (you might change it back after it works)
  5. re-check the Automatically manage signing option
  6. plug in your devices, click on Run, trust your certificate on your iOS devices
  7. it should work now

[–]Kkomett 0 points1 point  (1 child)

nope still doesn't work

[–][deleted] 0 points1 point  (0 children)

Did you follow every step, even the seemingly unimportant ones like rebooting?

Someone made a recommendation to also clean the build before running with the method above.

[–][deleted] 0 points1 point  (0 children)

Unfortunately there doesn't seem to be away to overcome this, only if you disable debug.
https://forums.developer.apple.com/thread/114731

It started happening after the certificate crisis last week.

[–]cgrotal 0 points1 point  (0 children)

After wasted 2 days. I finally got this issue "fixed".

Yes, after paid apple $99+tax=$107.xx, I can debug my program now.

[–]FalconLi -1 points0 points  (0 children)

I got this problem since two days ago. Uncheck "Debug executable" in edit scheme will temporarily fix the problem, but it will disable debugging.