You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Anton Van Zyl (JIRA)" <ji...@apache.org> on 2017/06/08 10:27:18 UTC

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

    [ https://issues.apache.org/jira/browse/CB-12599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042523#comment-16042523 ] 

Anton Van Zyl commented on CB-12599:
------------------------------------

[~shazron] I tested with the latest cordova build. It is now working as expected. Thank you guys. Appreciate the effort. 

> 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-cli, 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
>              Labels: build, easyfix, ios, ios-deploy, ios10
>             Fix For: cordova-ios@4.4.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
(v6.3.15#6346)

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