Home:ALL Converter>Building Error on the IOS distribution using ionic in Windows

Building Error on the IOS distribution using ionic in Windows

Ask Time:2016-12-14T15:11:43         Author:Murali Daran

Json Formatter

I am very new in ionic iOS building. I got struck while not able to build the ios production .ipa file in ionic.io. By referring the site

My Working Platforms:

  1. Windows 8.1,

  2. ionic.io,

  3. Commands using CLI for running the app in browser and building.

For IOS Development,

  1. I can able to create the p12 and mobile provisioning certificates in apple developer portal.

  2. I can able to upload those files in the settings tab in the profile tag in ionic.io

  3. I got my success build .ipa and ran into my iOS devices that working fine.

For IOS Production,

  1. I can able to create the p12 and mobile provisioning certificates in apple developer portal.
  2. I can able to upload those files in the settings tab in the profile tag in ionic.io
  3. 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

Author:Murali Daran,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/41136787/building-error-on-the-ios-distribution-using-ionic-in-windows
yy