Hi All,
I get the below error when I do a build from Terminal with the command cordova build ios --device
Check dependencies
No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "************" with a private key was found.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
I have an Enterprise Account and I am trying to use a "iPhone Distribution" for In-house distribution
With the same settings, I am able to build the app from Xcode directly (So, I don't think there is an issue with Keychain Access having my certificate)
But, I want the build to be created from Terminal for automation.
Can anyone help..
Thanks,