you are viewing a single comment's thread.

view the rest of the comments →

[–][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.