Hi,
I am trying to debug an issue when running Profile within Xcode, the binary builds and is signed for release.
When I inspect the entitlements file, get-task-allow
is always false
.
I have the following settings that I have seen in the forums work for others but to no avail for our setup.
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
DEPLOYMENT_POSTPROCESSING = NO
Using manual signing setup, provisioning profile and certs are working fine and the binary launches fine on device.
However when it comes to pressing record in instruments, I get the following:
Permission to debug {app bundle ID} was denied. Recovery Suggestion: The app must be debuggable and signed with 'get-task-allow'.
I don't have any other ideas on how to debug/troubleshoot this further.
Any help would be great, it's an old project so