Closed FadwaZaghloul closed 10 months ago
I am running in to this as well. Is automatic signing for production not supported? I can successfully sign with manual signing, but when automatic signing is selected the pipeline does not see the provisioning profile despite being installed in a previous step.
Also posted here, hopefully someone will look at these at some point.
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days
I have followed your advices, but it still displays 2 errors:
All of 2 imported profiles are valid, because if Im doing manual signing using 1 of them - it displays single error, that another profile is missing.
Also I noticed that command performed by XCode Task is the following:
There is no "-exportOptionsPlist" param appended to "xcodebuild". So it was ignored by XCode task. I have tried to put that param manually in command line, but "xcodebuild" says that using "scheme" param is not allowed to be used together with "exportOptionsPlist".
Did you face similar issue in your case?
Thank you, Alex.
CC @kanakaraju043
Originally posted by @svarnik in https://github.com/microsoft/azure-pipelines-tasks/issues/8811#issuecomment-747433858