Xcode IPA cannot generate iOS APP ARCHIVE while packaging and generates Generic Xcode ARCHIVE

Source: Internet
Author: User

When the project references an external class library or contains a child Lib project, the default generated Archive is Generic Xcode Archive format cannot publish and generate an IPA file.

This time you need to change the project settings in build setting, change the tag bit of skip install to Yes. Note that all external third-party static library engineering settings are modified.

Or you won't succeed.

A summary of the solution is as follows:

The works in all dependent libraries are handled as follows three points:

1. Set the build Settings->deployment->skip install to YES, but the Skip install for the project will remain no.

2. Pull all header files in build Phases->copy headers to project, that is, public and private cannot have files.

3. Empty the contents of the Build settings->deployment->installation directory option.

Xcode IPA cannot generate iOS APP ARCHIVE while packaging and generates Generic Xcode ARCHIVE

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.