Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-12599

Cordova CLI - ios build release signing issues

    XMLWordPrintableJSON

Details

    Description

      When Signing of the ios application with Cordova-ios@4.3.1 and XCode 8.2.1 through CLI using build.json:

      CLI Command
      `sudo cordova build ios --release --device --buildConfig`
      

      I get the following error:

      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'

      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:

      build.json
      "release" : {
      	  "codeSignIdentity" : "iPhone Developer",
      	  "developmentTeam" : "<my team id>",
      	  "packageType" : "app-store"
      	}
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            antonvanzyl Anton Van Zyl
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: