You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2017/08/22 22:36:00 UTC

[jira] [Updated] (CB-12120) iOS/XCode: Cordova build uses wrong signing identity

     [ https://issues.apache.org/jira/browse/CB-12120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-12120:
----------------------------------
    Fix Version/s:     (was: cordova-ios@4.5.0)
                   cordova-ios@4.5.1

> iOS/XCode: Cordova build uses wrong signing identity
> ----------------------------------------------------
>
>                 Key: CB-12120
>                 URL: https://issues.apache.org/jira/browse/CB-12120
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>    Affects Versions: 4.3.0
>         Environment: XCode 8.1, Cordova iOS 4.3.0
>            Reporter: Christian Tschanz
>            Assignee: Shazron Abdullah
>              Labels: backlog
>             Fix For: cordova-ios@4.5.1
>
>
> When building with cordova-ios 4.1.1 using the follwing command:
> {{cordova build ios --release --device --buildConfig="config.json"}}
> with a config.json as follows:
> {code:javascript}
> {
>   "ios": {
>     "release": {
>       "codeSignIdentity": "IDENTITY NAME",
>       "provisioningProfile": "abcd-efg-hij-klm-nop"
>     }
>   }
> }
> {code}
> It will build and sign the .ipa File using the correct provisioning profile and identity. (It will use the Enterprise Certificate associated with the provisioning profile specified in the config.json) On 4.1.1 everything behaves as expected (also with XCode 8.1).
> When I execute the same command with cordova-ios 4.3.0 it looks like it will use the signing identity and provisioning profile from the json as during the build, it logs these infos to the console (they all appear correct) but when I check the resulting .ipa file, it is signed with a development profile and not the enterprise profile I specified.
> I have tried specifying the "developmentTeam" option as well but that did not help. It will always sign it with a development profile.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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