Greetings,
I am trying to send an ios app in for packaging to Ionic.
I have created a distribution cert, exported as p12, uploaded it, as well as created a provisioning profile tied to that cert. I have done this twice now, recreating both cert and profile to no avail.
Each time I execute ionic package build ios --profile [profilename] I receive the following error after the build fails:
=== BUILD TARGET [App Name] OF PROJECT [ App Name ] WITH CONFIGURATION Debug ===
Check dependencies
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found.
** BUILD FAILED **
I am unsure how to fix this issue because I feel as though I have done everything correctly. Could someone advise as to where I can look next to work on this?