Bitcode Compile During Archive Never Finishes

依然范特西╮ 提交于 2019-12-03 01:03:38

I am facing the same problem. What my suggestion is just enable this check mark when export for iOS App Store Deployment. If you are exporting an adhoc build then do uncheck it. It will work fast.

Vinod Mahale

I have better solution for this problem. Don't go for export option tomato iPA, try out as mentioned below:

  1. just right click your Archive and select show in finder
  2. Then again right click on resulted file in finder and select show package content
  3. then from result open product folder --> Application folder --> and select ".app" file

  4. Then simply add this .app file under apps of iTunes software on mac

  5. After completing adding process right click on app icon in iTunes and show in finder which will give you iPA file.

It would take only 5 minutes max.

I let this run for a long time (basically while I went out shopping). When I came back it was done. So for whatever reason this just takes a really long time to do.

That said, it was also the incorrect action. The way you add testers to TestFlight since Apple bought it is different. Now, instead of exporting and uploading an IPA file, you have to submit it to the store and let it be reviewed by Apple before you can add testers.

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.

You can disconnect your wifi wait a few minutes to reconnect again, and then it is ok

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!