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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
