@andrei_diaconescu wrote:
hello,
I am trying to build the an ionic application for IOS.
I have followed the steps to create the P12 certificate and the provisioning profile.
They are uploaded to ionic.io.
The command i run isionic package build ios --profile poc_security_profile
After a while i see the build failed in the web interface at https://apps.ionic.io/app/a37d6c52/package:
The error is:=== BUILD TARGET mobile_app_poc OF PROJECT mobile_app_poc WITH CONFIGURATION Debug ===
Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “96CXS954RE.digital.anais.AnaisMobilePOCIonic” were found.** BUILD FAILED **
The application id in the provisioning profile is
96CXS954RE.digital.anais.AnaisMobilePOCIonic
which is exactly the one configured in
config.xml
and exactly the one which appears in the error message;
so i do not know why it says that
"No matching provisioning profiles found matching the bundle identifier “96CXS954RE.digital.anais.AnaisMobilePOCIonic” were found."Can you please help me.
Thank you.
Posts: 2
Participants: 1