Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
-
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
Description
When Signing of the ios application with Cordova-ios@4.3.1 and XCode 8.2.1 through CLI using build.json:
`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:
"release" : { "codeSignIdentity" : "iPhone Developer", "developmentTeam" : "<my team id>", "packageType" : "app-store" }