XCode 8 Stuck on Running 2 of 4 Custom Shell Script

前端 未结 3 503
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-20 05:31

Xcode is taking about 7 minutes to run my build my app on my phone. I am having this problem with 3 different apps all with Fabric and CocoPods installed. I have turned

相关标签:
3条回答
  • 2021-01-20 06:09

    It had over 1200 appleid certificates, so it was taking a while to sign the cocopods. To fix:

    1. Open keychain

    2. Click Certificates

    3. Search appleid

    4. Select all CMD-A

    5. Press delete

    Reference: XCode 7.3.1 hangs on "copying swift standard libraries"

    0 讨论(0)
  • 2021-01-20 06:13

    I had the exact same problem.

    To fix it check the box for "Run script only when installing" in Target - Build Phases - Run script

    0 讨论(0)
  • 2021-01-20 06:20
    • To narrow down which step is slow, when building open the build via Report Navigator (Cmd-8).
    • Have you tried restarting Xcode?
    • Try excluding your build's DerivedData folder from Time Machine.
    • Are you up to date on cocoapods?
    0 讨论(0)
提交回复
热议问题