chriscant commented on pull request #823:
URL: https://github.com/apache/cordova-ios/pull/823#issuecomment-631454004


   I cannot find any official documentation for PROVISIONING_PROFILE_SPECIFIER 
so it's hard to be sure what XCode needs. There are appears to be some (old) 
advice on forums indicating that both PROVISIONING_PROFILE  and 
PROVISIONING_PROFILE_SPECIFIER are needed. However I got it to work by changing 
from PROVISIONING_PROFILE  to PROVISIONING_PROFILE_SPECIFIER.
   
   There is then the question as to whether a profile name or profile UUID 
should be used. My code works with a profile name.  I suspect that a UUID will 
work as well. I'll try to check that soon, but am quite busy so it might be a 
few days.
   
   I don't think the build.json needs changing as the manual signing code is 
picking up buildOpts.provisioningProfile. However the docs may need to be 
updated to say that either a UUID or profile name works.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to