Cocoapods `Embed pod frameworks` took long time to execute

后端 未结 2 1025
梦谈多话
梦谈多话 2021-02-04 20:32

Environment:

  • Macbook Pro With Retina Display 2013 late with 8G Ram, 256GB ssd.
  • Cocoapods 1.1.1
  • macOS Sierra 10.12.1
  • Xcode 8.0
2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-04 21:06

    If you use the new beta of Cocoapods - 1.2.1.beta.1 at the time of writing, which you can install sudo pod install --pre then you have access to the super cool COCOAPODS_PARALLEL_CODE_SIGN option.

    This has sped up the Embed Pods Frameworks build stage for me by 75% on device.

    Instructions in below image.

提交回复
热议问题