Phonegap / cordova command line gives code signing error, xcode works fine. (IOS)

When entering the command

phonegap run ios

      

I am getting the following error:

=== BUILD TARGET F-Securities OF PROJECT F-Securities WITH CONFIGURATION Debug ===

Check dependencies
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and         private key pair) matching the team ID "XXXXXXXX" were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'

      

However, Xcode sees and builds and deploys the app correctly. I would like to be able to use the command line, but it doesn't work anymore.

I am part of two teams (myself and the firm I work on). I am an agent on my team and an administrator of my team. I have uploaded profiles and certificates for both teams.

+3


source to share





All Articles