Problem building for IOS distribution

My Working Platforms:

Windows 8.1,
ionic.io,

Commands using CLI for running the app in browser and building.
For IOS Development,

I can able to create the p12 and mobile provisioning certificates in apple developer portal.
I can able to upload those files in the settings tab in the profile tag in ionic.io
I got my success build .ipa and ran into my iOS devices that working fine.
For IOS Production,

I can able to create the p12 and mobile provisioning certificates in apple developer portal.
I can able to upload those files in the settings tab in the profile tag in ionic.io
The build was failed in ionic.io. When i click the output link displaying the following error,

=== BUILD TARGET XXXX OF PROJECT XXXX 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 **
Can anyone help to resolve it