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/02/19 20:12:09 UTC

[GitHub] wolfmanfx commented on issue #538: Cordova overwrites bundleIdentifier for all exiting targets

wolfmanfx commented on issue #538: Cordova overwrites bundleIdentifier for all exiting targets
URL: https://github.com/apache/cordova-ios/issues/538#issuecomment-465291523
 
 
   Hi, 
   I create the project with cordova (I mean the xcode project) than I am patching the project.pbxproj and add 2 targets (watchapp, watchapp extension) when I stay within xcode everything is correct. But we build within travis so I am using the cli to create and export the ipa - but the signing process fails.
   
   When I open the project.pbxproj the PRODUCT_BUNDLE_IDENTIFIER for all 3 targets are different and correct when I run 
   cordova build --platform ios --device --release
   All PRODUCT_BUNDLE_IDENTIFIER within the project.pbxproj are overwritten which breaks all other targets.
   
   Can you point to the code where the updates happen?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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