How to convert .xcarchive to .ipa for client to submit app to app store using Application Loader

后端 未结 7 2321
南方客
南方客 2020-12-04 10:41

We have created the .xcarchive file code signing with our client\'s certificate & distribution provisioning profile, but we need to send the .ipa file to our client so t

7条回答
  •  情歌与酒
    2020-12-04 11:19

    I also observed the same problem in one of my projects.

    I resolved it by changing settings in target. For main project and dependency.

     skip Install  NO
    

    After this change, goto Xcode->Product->Archive->Save for Enterprise or Ad-Hoc Deployment

    We followed the same process and uploaded through Application Loader and Apple approved the app.

    enter image description here

提交回复
热议问题