Xcode 7.1 hangs while archiving swift ios app

前端 未结 4 1395
花落未央
花落未央 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:36

    For me it was the Wi-Fi connection. It seems that Xcode 8 tries to go out to the Internet for signing frameworks / apps and if that connection is really slow it takes a lot of time (for me up to 15 minutes). As soon as I changed the Wi-Fi network it built and ran in under 5 seconds.

提交回复
热议问题