Posts

Post not yet marked as solved
3 Replies
Anyone find this? I've been looking for this as well, but haven't had any success
Post not yet marked as solved
6 Replies
Just wanted to add some additional information... I stumbled across this apple forum post, which shows similar Console.app logs. I verified that these things were true in my app: CODE_SIGN_INJECT_BASE_ENTITLEMENTS == YES DEPLOYMENT_POSTPROCESSING == NO I checked the entitlements on my app and verified that the get-task-allow is present: <key>get-task-allow</key> <true/>
Post marked as solved
36 Replies
I've done everything posted here, but still get this all the time. For me, I'm working on an Intents Extension and that seems to be causing it. Running the main app target or another extension doesn't cause this problem. I was able to fix it briefly by removing the dev certificates from my keychain and re-adding them, but now that no longer seems to work. Could really use some Apple input here.