iOS merge several framework into one

后端 未结 3 833
日久生厌
日久生厌 2021-01-31 10:14

After watching the WWDC 2016 video optimizing App Startup time, Apple suggested developer can merge several frameworks (dynamic library not static) into one to improve the app c

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 11:00

    If you're trying to merge frameworks created by cocoapods, you can use the pod-merge plugin: https://github.com/grab/cocoapods-pod-merge

提交回复
热议问题