Bitcode Compile During Archive Never Finishes

前端 未结 5 556
渐次进展
渐次进展 2021-02-05 01:53

I am preparing an app for ad hoc distribution via Test Flight. I have stepped through (successfully) all of the preparatory steps in this Ray Wenderlich article already (https:

5条回答
  •  清酒与你
    2021-02-05 02:17

    One more option is, You have to keep eye on which source code you have is taking small time and get archive process done quickly. So from next time you will have to open this particular source code and perform archive, after that open your working source code and then try archive for that. You will get that done fast for working code as well.

    For me, I have kept 2 source code separately.

    • One for Xcode 7
    • Other for Xcode 8

    So whenever I want to create ipa, I open this source code first and make archive then I close this code and perform archive for code I am currently working. This is bit lengthy process but surly it don't take that much of time as well as your system don't get hang.

提交回复
热议问题