Use third party framework which is embedded in dynamic framework

前端 未结 2 2071
北荒
北荒 2021-02-09 06:50

As i understand the big change from ios dynamic framework and static is that static is linked statically to the code at link time (prior to launch) and dynamic is linked at laun

2条回答
  •  终归单人心
    2021-02-09 07:28

    If you are using multiple framework's, you can try Cocoa Pods the dependency manager which will help you to access multiple framework. This will also allow you to keep breakpoint which will help you to debug even inside the framework and also you can do changes.

提交回复
热议问题