简体   繁体   中英

How to build signed Phonegap2.9 project for iOS

This is a project which use phonegap 2.9 for iPhone app. Now I use phonegap's build tool to build an .app file, But this .app file is not signed. What I want to know is:

Can I use phonegap's build tool to build a signed .app file?

More about my project:

  1. I have to use command line to build my project.
  2. I have tried to use xcodebuild with param CODE_SIGN_IDENTITY to build it, but is failed with <Cordova/CDVViewController.h> file not found message.

I need you help. Thansk a lot!

To publish the in apple store at first you need to build an ipa file. To build ipa file you need to archive the project. Archive can be found here: Project>Archive. (Be sure to choose iOS device in Run option).

To carry out all these task you will need provision file from your developer account.

For more detail you can go through these links:

  1. How to get ipa file from Xcode to run an iPhone app in real device?

  2. Deploy .ipa file in App store generated by Phonegap?

  3. Publish Phonegap Build App at Apple's App Store - Experiences?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM