IOS Xcodebuile automatically compiled and packaged IPA

Source: Internet
Author: User

first go to the directory where the project files are located. Like my files. A project is placed in (the directory where the. xcodeproj file resides)/users/xxx/xxx then CE/users/xxx/xxx To this directory The first step is to compile the generated testdemo.xcarchive file first. Xcodebuild-archivepath"testdemo.xcarchive"-project PCAPPLESDKDEMO.XCODEPROJ-SDK Iphoneos-scheme"Pcapplesdkdemo"-configuration"Release adhoc"Archive//the testdemo.xcarchive file directory generated here is the same directory as the. Xcodeproj//-archivepath generated by the. Xcarchive name//-project target file name//target file name for the-scheme projectThe second step is to package the generated testdemo.xcarchive file into an IPA format. Xcodebuild-exportarchive-exportformat Ipa-exportprovisioningprofile"Qingyundeveloper"-archivepath"testdemo.xcarchive"-exportpath"Testdemo.ipa"Show after success* * EXPORT SUCCEEDED * *//at this time the IPA file directory with. Xcodeproj is the same directory//-exportprovisioningprofile This is the certificate of choice for your certificate name is what to fill out here. 

Reference: http://minhdanh2002.blogspot.jp/2014/06/archiving-ios-projects-from-command.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.