Xcode 7.1 hangs while archiving swift ios app

前端 未结 4 1383
花落未央
花落未央 2021-02-05 04:04

Xcode 7.1 while archiving app, hangs at \'Copying Swift standard libraries\'.

Any idea why?

4条回答
  •  一整个雨季
    2021-02-05 04:35

    If you are not planning to release on AppStore and only creating an ad hoc build for testing, then do the following:

    In Xcode 7, Goto Product -> Scheme -> Edit Scheme From the left menu select "Archive" and Select "Distribution" from the "Build Configuration" drop down.

提交回复
热议问题