I\'m trying to distribute a new version of the app (it can be installed OTA) and I got the error:
\"Code Sign error: No matching provisioning profile found: Your
If anyone still has this issue - and happens to have setup a workspace with individual projects, I'd suggest you from the root folder do a:
egrep -R "INPUT_THE_ID_MISSING" *
and remove directly the PROVISIONING_PROFILE = "*****"
line from the file
in my case, it ended happening that an old xcodeproject has a bad provisioning but I was attempting to archive from within the workspace