I am getting the following error
” Error launching remote program: failed to get the task for process
521.”
Which does not allow the application to run ,(in debugger) dont know what the issue is.
If someone has came across the same issue please help.
This sounds to me like you are trying to debug an app where you have set
get-allows-tasktoNOin yourEntitlements.plistfile (for instance, for a Ad Hoc build).Does your project have an
Entitlements.plistfile? If so, check the value ofget-allows-task. If you are running theDebugconfiguration, this must be set toYESIf you open the file by single clicking on it, so it’s displayed in the property list editor rather than the code editor then the required parameter is (confusingly) named
Can be debuggedEdit: Added screenshot to show where Code Signing Entitlements can be found