You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/09 17:04:09 UTC

[GitHub] [cordova-ios] slotto commented on issue #536: Provisioning Profile not setup correctly with new build system

slotto commented on issue #536: Provisioning Profile not setup correctly with new build system
URL: https://github.com/apache/cordova-ios/issues/536#issuecomment-481337530
 
 
   I came across a similar thing a few weeks ago and figured out that Cordova-iOS 5.0.0 ALWAYS takes the the bundle identifier from the “Id” field of config.xml. Independent of a defined CF-bundleidentifier. 
   
   And now comes the interesting thing: the identifier taken from that field includes additional “” around the bundle name. Which results in a mismatch for the provisioning profile. 
   I compared files on a deep Xcode level to figure this out. 
   The fix for me was to upgrade to a commit where the wrong selection is already fixed. 
   Not sure the quote thing is also fixed but at least our CI build is working again.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org