Xcode creates wrong IPA folder structure

后端 未结 6 672
执笔经年
执笔经年 2020-12-09 19:58

We normally have \'Payload\' folder as root once we unarchive IPA files. However, suddenly Xcode has started creating IPAs with \'Applications\' fo

6条回答
  •  隐瞒了意图╮
    2020-12-09 20:38

    I have created .xarchive file using xcode 6.1 and then created .ipa file as per my answer here How to convert .xcarchive to .ipa for client to submit app to app store using Application Loader.

    Now i have unarchieved my ipa file and it is having same folder structure as normal one, i.e. folder named "Payload" is available(no any Applications file). Also MDM is also working fine with that. Please check the way you have used, or else try this way.

提交回复
热议问题