You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (Jira)" <ji...@apache.org> on 2020/06/24 18:21:00 UTC

[jira] [Closed] (CB-12599) Cordova CLI - ios build release signing issues

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

jcesarmobile closed CB-12599.
-----------------------------
    Resolution: Fixed

closing as one of the comments said it was fixed and I couldn't reproduce

> Cordova CLI - ios build release signing issues
> ----------------------------------------------
>
>                 Key: CB-12599
>                 URL: https://issues.apache.org/jira/browse/CB-12599
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>    Affects Versions: 3.5.0
>         Environment: Cordova @ 6.5.0
> Cordova CLI @ 6.5.0
> Cordova-ios@4.3.1
> XCode @ 8.2.1
> OS X El Capitan @ 10.11.5
>            Reporter: Anton Van Zyl
>            Priority: Major
>              Labels: backlog, build, easyfix, ios, ios-deploy, ios10
>             Fix For: cordova-ios@4.5.1
>
>
> When Signing of the ios application with Cordova-ios@4.3.1 and XCode 8.2.1 through CLI  using build.json:
> {code:title=CLI Command|borderStyle=solid}
> `sudo cordova build ios --release --device --buildConfig`
> {code}
> I get the following error:
>  
> {quote}
> No profile for 'something.something.something' were found: Xcode couldn't find a provisioning profile matching 'something.something.something'. Code signing is required for product type 'Application' in SDK 'iOS 10.2'
> {quote}
>  
> I can however do a archive through Xcode, and successfully upload the ios application to the app-store for testing. This all just tells me that my certificates and provisioning profiles are all available. Xcode can sign my app. 
> Is there something I am missing, doing wrong or still need to do to get cordova building ios? 
> build.json file part: 
> {code:title=build.json|borderStyle=solid}
> "release" : {
> 	  "codeSignIdentity" : "iPhone Developer",
> 	  "developmentTeam" : "<my team id>",
> 	  "packageType" : "app-store"
> 	}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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